Ejemplo n.º 1
0
        public override void OnInspectorGUI()
        {
            ICECreaturePlant _target = DrawEntityHeader <ICECreaturePlant>();

            DrawPlantContent(_target);
            DrawFooter(_target);
        }
Ejemplo n.º 2
0
        public virtual void DrawPlantContent(ICECreaturePlant _target)
        {
            if (_target == null)
            {
                return;
            }

            CreatureObjectEditor.DrawInventoryObject(_target.gameObject, _target.Inventory, m_HeaderType);
        }