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

Init() защищенный Метод

protected Init ( ) : void
Результат void
        protected override void Init()
        {
            _default = new GearLookValue(_owner.alpha, _owner.rotation, _owner.grayed);
            _storage = new Dictionary<string, GearLookValue>();
        }