Skip to content

WaitUntil 사용 할 수 없나요? #67

Description

@huri92
        yield new WaitUntil(()=>this.CountDown());
private CountDown():bool
    {
        if(this.m_CountDown == 0)
            return true;
        else
            return false;
    }

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions