C# Class FairyGUI.GearLookValue

显示文件 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_oe property

public float alpha
return float

grayed public_oe property

public bool grayed
return bool

rotation public_oe property

public float rotation
return float