zepeto-script-sample icon indicating copy to clipboard operation
zepeto-script-sample copied to clipboard

WaitUntil 사용 할 수 없나요?

Open huri92 opened this issue 3 years ago • 2 comments


        yield new WaitUntil(()=>this.CountDown());

private CountDown():bool
    {
        if(this.m_CountDown == 0)
            return true;
        else
            return false;
    }

return을 boolean 으로 해도 bool로 해도 같습니다.

huri92 avatar Nov 15 '21 12:11 huri92

안녕하세요. WaitUntil, WaitWhile은 현재 이슈가 있어 동작하지 않습니다. 다음 버전에 수정해서 나갈 예정입니다. ([email protected])

crash-k avatar Nov 30 '21 09:11 crash-k

아직 안되나요?

JeongDongBaek avatar Jan 14 '22 10:01 JeongDongBaek