zepeto-script-sample
zepeto-script-sample copied to clipboard
WaitUntil 사용 할 수 없나요?
yield new WaitUntil(()=>this.CountDown());
private CountDown():bool
{
if(this.m_CountDown == 0)
return true;
else
return false;
}
return을 boolean 으로 해도 bool로 해도 같습니다.
안녕하세요. WaitUntil, WaitWhile은 현재 이슈가 있어 동작하지 않습니다. 다음 버전에 수정해서 나갈 예정입니다. ([email protected])
아직 안되나요?