Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CoroutineSharp
WaitForTicks
C# 클래스 CoroutineSharp.WaitForTicks
상속:
IYieldInstruction
파일 보기
프로젝트 열기: fingerpasswang/CoroutineSharp
공개 메소드들
메소드
설명
WaitForTicks
(
uint
tick
) :
System
Yield
(
Coroutine
coroutine
,
Action
callback
) :
void
메소드 상세
WaitForTicks()
공개
메소드
public
WaitForTicks
(
uint
tick
) :
System
tick
uint
리턴
System
Yield()
공개
메소드
public
Yield
(
Coroutine
coroutine
,
Action
callback
) :
void
coroutine
Coroutine
callback
Action
리턴
void