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