FairyGUI.GearLook.Init C# (CSharp) Method

Init() protected method

protected Init ( ) : void
return void
        protected override void Init()
        {
            _default = new GearLookValue(_owner.alpha, _owner.rotation, _owner.grayed);
            _storage = new Dictionary<string, GearLookValue>();
        }