C# Class FairyGUI.GearLookValue

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

Méthodes publiques

Свойство Type Description
alpha float
grayed bool
rotation float

Méthodes publiques

Méthode Description
GearLookValue ( float alpha, float rotation, bool grayed ) : System.Collections.Generic

Method Details

GearLookValue() public méthode

public GearLookValue ( float alpha, float rotation, bool grayed ) : System.Collections.Generic
alpha float
rotation float
grayed bool
Résultat System.Collections.Generic

Property Details

alpha public_oe property

public float alpha
Résultat float

grayed public_oe property

public bool grayed
Résultat bool

rotation public_oe property

public float rotation
Résultat float