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>();
        }