コード例 #1
0
        public override void OnInspectorGUI()
        {
            ICECreatureTool _target = DrawEntityHeader <ICECreatureTool>();

            DrawToolContent(_target);
            DrawFooter(_target);
        }
コード例 #2
0
        public virtual void DrawToolContent(ICECreatureTool _target)
        {
            if (_target == null)
            {
                return;
            }

            CreatureObjectEditor.DrawToolObject(_target, _target.Tool, m_HeaderType);
            DrawItemContent(_target);
        }