C# Class GoGoManager, UnityDemo

Inheritance: MonoBehaviour
Afficher le fichier Open project: rouchen/UnityDemo Class Usage Examples

Méthodes publiques

Свойство Type Description
currTime float
endTime float
gogoPlayerList List
isLoop bool
isPlay bool
speed float
startTime float

Méthodes publiques

Méthode Description
CheckGoGoPlayerActive ( ) : void
InitializeAllPlayer ( ) : void
Pause ( ) : void
Play ( ) : void
Refresh ( ) : void
RefreshPlayerTime ( float deltaTime ) : void
RefreshTime ( float deltaTime ) : void
Start ( ) : void
Update ( ) : void

Method Details

CheckGoGoPlayerActive() public méthode

public CheckGoGoPlayerActive ( ) : void
Résultat void

InitializeAllPlayer() public méthode

public InitializeAllPlayer ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

RefreshPlayerTime() public méthode

public RefreshPlayerTime ( float deltaTime ) : void
deltaTime float
Résultat void

RefreshTime() public méthode

public RefreshTime ( float deltaTime ) : void
deltaTime float
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

currTime public_oe property

public float currTime
Résultat float

endTime public_oe property

public float endTime
Résultat float

gogoPlayerList public_oe property

public List gogoPlayerList
Résultat List

isLoop public_oe property

public bool isLoop
Résultat bool

isPlay public_oe property

public bool isPlay
Résultat bool

speed public_oe property

public float speed
Résultat float

startTime public_oe property

public float startTime
Résultat float