FairyGUI.GearLookValue.GearLookValue C# (CSharp) Method

GearLookValue() public method

public GearLookValue ( float alpha, float rotation, bool grayed ) : System.Collections.Generic
alpha float
rotation float
grayed bool
return System.Collections.Generic
        public GearLookValue(float alpha, float rotation, bool grayed)
        {
            this.alpha = alpha;
            this.rotation = rotation;
            this.grayed = grayed;
        }
GearLookValue