C# 클래스 CheckWalking, SlasherLock

파일 보기 프로젝트 열기: lucasteles/SlasherLock 1 사용 예제들

공개 메소드들

메소드 설명
CheckWalking ( Transform, transform ) : System,
IsStopped ( ) : bool
IsStoppedAndReset ( ) : bool
IsWaking ( ) : bool
Update ( float time ) : void

메소드 상세

CheckWalking() 공개 메소드

public CheckWalking ( Transform, transform ) : System,
transform Transform,
리턴 System,

IsStopped() 공개 메소드

public IsStopped ( ) : bool
리턴 bool

IsStoppedAndReset() 공개 메소드

public IsStoppedAndReset ( ) : bool
리턴 bool

IsWaking() 공개 메소드

public IsWaking ( ) : bool
리턴 bool

Update() 공개 메소드

public Update ( float time ) : void
time float
리턴 void