C# Class FairyGUI.GearAnimationValue

Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
frame int
playing bool

Méthodes publiques

Méthode Description
GearAnimationValue ( bool playing, int frame ) : System.Collections.Generic

Method Details

GearAnimationValue() public méthode

public GearAnimationValue ( bool playing, int frame ) : System.Collections.Generic
playing bool
frame int
Résultat System.Collections.Generic

Property Details

frame public_oe property

public int frame
Résultat int

playing public_oe property

public bool playing
Résultat bool