FairyGUI.GearColorValue.GearColorValue C# (CSharp) Method

GearColorValue() public method

public GearColorValue ( Color color ) : System.Collections.Generic
color UnityEngine.Color
return System.Collections.Generic
        public GearColorValue(Color color)
        {
            this.color = color;
        }
GearColorValue