C# 클래스 GoGoPlayer, UnityDemo

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

공개 프로퍼티들

프로퍼티 타입 설명
_currTime float
endTime float
gogoComponentList List
gogoGameObjectList List
gogoManager GoGoManager,
isLoop bool
isPlay bool
speed float
startTime float
startTimeOnManager float

공개 메소드들

메소드 설명
GetAllComponents ( ) : void
Pause ( ) : void
Play ( ) : void
Play ( float time ) : void
Refresh ( ) : void
RefreshLocalTime ( float deltaTime ) : void
RefreshTime ( float deltaTime ) : void
RefreshTimeByManager ( float deltaTime ) : void
RemoveGoGoManager ( ) : void
SetGoGoManager ( GoGoManager, manager ) : void
SetGoGoPlayerActive ( bool isActive ) : void
Start ( ) : void
Stop ( ) : void
Update ( ) : void

메소드 상세

GetAllComponents() 공개 메소드

public GetAllComponents ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

Play() 공개 메소드

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

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

RefreshLocalTime() 공개 메소드

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

RefreshTime() 공개 메소드

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

RefreshTimeByManager() 공개 메소드

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

RemoveGoGoManager() 공개 메소드

public RemoveGoGoManager ( ) : void
리턴 void

SetGoGoManager() 공개 메소드

public SetGoGoManager ( GoGoManager, manager ) : void
manager GoGoManager,
리턴 void

SetGoGoPlayerActive() 공개 메소드

public SetGoGoPlayerActive ( bool isActive ) : void
isActive bool
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

_currTime 공개적으로 프로퍼티

public float _currTime
리턴 float

endTime 공개적으로 프로퍼티

public float endTime
리턴 float

gogoComponentList 공개적으로 프로퍼티

public List gogoComponentList
리턴 List

gogoGameObjectList 공개적으로 프로퍼티

public List gogoGameObjectList
리턴 List

gogoManager 공개적으로 프로퍼티

public GoGoManager, gogoManager
리턴 GoGoManager,

isLoop 공개적으로 프로퍼티

public bool isLoop
리턴 bool

isPlay 공개적으로 프로퍼티

public bool isPlay
리턴 bool

speed 공개적으로 프로퍼티

public float speed
리턴 float

startTime 공개적으로 프로퍼티

public float startTime
리턴 float

startTimeOnManager 공개적으로 프로퍼티

public float startTimeOnManager
리턴 float