FairyGUI.GearColor.Init C# (CSharp) Méthode

Init() protected méthode

protected Init ( ) : void
Résultat void
        protected override void Init()
        {
            _default = new GearColorValue(((IColorGear)_owner).color);
            _storage = new Dictionary<string, GearColorValue>();
        }