C# Class FairyGUI.GearLookValue

Show file Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Properties

Property Type Description
alpha float
grayed bool
rotation float

Public Methods

Method Description
GearLookValue ( float alpha, float rotation, bool grayed ) : System.Collections.Generic

Method Details

GearLookValue() public method

public GearLookValue ( float alpha, float rotation, bool grayed ) : System.Collections.Generic
alpha float
rotation float
grayed bool
return System.Collections.Generic

Property Details

alpha public property

public float alpha
return float

grayed public property

public bool grayed
return bool

rotation public property

public float rotation
return float