C# Class GoGoTransform, UnityDemo

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

Méthodes publiques

Свойство Type Description
isLookForward bool
transformKeyFrameList List

Méthodes publiques

Méthode Description
Refresh ( ) : void
Start ( ) : void
Update ( ) : void
calculateTranform ( int idx, float currTime ) : void

Method Details

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

calculateTranform() public méthode

public calculateTranform ( int idx, float currTime ) : void
idx int
currTime float
Résultat void

Property Details

isLookForward public_oe property

public bool isLookForward
Résultat bool

transformKeyFrameList public_oe property

public List transformKeyFrameList
Résultat List