Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.InventoryInspector Class Reference

Inspector for inventory. More...

Inheritance diagram for PlatformerPro.InventoryInspector:
PlatformerPro.PlatformerProMonoBehaviourInspector

Protected Member Functions

override void DrawFooter (PlatformerProMonoBehaviour myTarget)
 Draws the footer. More...
 
virtual void DrawSlotInspector (Inventory inventory, int index)
 Draw an item in a slot. More...
 
- Protected Member Functions inherited from PlatformerPro.PlatformerProMonoBehaviourInspector
virtual void OnEnable ()
 Unity OnEnable hook. More...
 
virtual void DrawHeader (PlatformerProMonoBehaviour myTarget)
 Draws the header. More...
 

Additional Inherited Members

- Public Member Functions inherited from PlatformerPro.PlatformerProMonoBehaviourInspector
override void OnInspectorGUI ()
 Draw the inspector. More...
 
- Static Public Member Functions inherited from PlatformerPro.PlatformerProMonoBehaviourInspector
static void DrawHeaderStatic (PlatformerProMonoBehaviour myTarget)
 
static void DrawHorizontalRule (bool fillWindow=false)
 
- Static Public Attributes inherited from PlatformerPro.PlatformerProMonoBehaviourInspector
static Texture2D iconTexture
 Holds the platformer pro icon texture More...
 

Detailed Description

Inspector for inventory.

Member Function Documentation

◆ DrawFooter()

override void PlatformerPro.InventoryInspector.DrawFooter ( PlatformerProMonoBehaviour  myTarget)
protectedvirtual

Draws the footer.

Reimplemented from PlatformerPro.PlatformerProMonoBehaviourInspector.

◆ DrawSlotInspector()

virtual void PlatformerPro.InventoryInspector.DrawSlotInspector ( Inventory  inventory,
int  index 
)
protectedvirtual

Draw an item in a slot.


The documentation for this class was generated from the following file: