FairyGUI.GearLookValue.GearLookValue C# (CSharp) Метод

GearLookValue() публичный Метод

public GearLookValue ( float alpha, float rotation, bool grayed ) : System.Collections.Generic
alpha float
rotation float
grayed bool
Результат System.Collections.Generic
        public GearLookValue(float alpha, float rotation, bool grayed)
        {
            this.alpha = alpha;
            this.rotation = rotation;
            this.grayed = grayed;
        }
GearLookValue