강의

멘토링

커뮤니티

Inflearn Community Q&A

blackholebird40526's profile image
blackholebird40526

asked

Unity Game Development (Unity 2D) - From Start to Deployment

Button - 2

버튼 scoretext에 scoreup 함수가 안나오던데

Written on

·

330

0

마지막에 버튼에 text의 scoretext 컴포넌트의 scoreup 함수가 안뜨던데 어떻게 해야하나요?

unity

Answer 1

0

public void Scoreup (int number)
void 앞에 public 추가하세요

blackholebird40526's profile image
blackholebird40526

asked

Ask a question