FairyGUI.GearColorValue.GearColorValue C# (CSharp) Méthode

GearColorValue() public méthode

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