C# 클래스 GoGoComponent, UnityDemo

상속: MonoBehaviour
파일 보기 프로젝트 열기: rouchen/UnityDemo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
currTime float
endLocalTime float
gogoPlayer GoGoPlayer,
isLastEnableState bool
isLoop bool
isUseLocalTime bool
startLocalTime float

공개 메소드들

메소드 설명
Refresh ( ) : void
RefreshLocalTime ( float deltaTime ) : void
SetGoGoPlayer ( GoGoPlayer, player ) : void

메소드 상세

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

RefreshLocalTime() 공개 메소드

public RefreshLocalTime ( float deltaTime ) : void
deltaTime float
리턴 void

SetGoGoPlayer() 공개 메소드

public SetGoGoPlayer ( GoGoPlayer, player ) : void
player GoGoPlayer,
리턴 void

프로퍼티 상세

currTime 공개적으로 프로퍼티

public float currTime
리턴 float

endLocalTime 공개적으로 프로퍼티

public float endLocalTime
리턴 float

gogoPlayer 공개적으로 프로퍼티

public GoGoPlayer, gogoPlayer
리턴 GoGoPlayer,

isLastEnableState 공개적으로 프로퍼티

public bool isLastEnableState
리턴 bool

isLoop 공개적으로 프로퍼티

public bool isLoop
리턴 bool

isUseLocalTime 공개적으로 프로퍼티

public bool isUseLocalTime
리턴 bool

startLocalTime 공개적으로 프로퍼티

public float startLocalTime
리턴 float