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

Inspector for persistable classes. More...

Inheritance diagram for PlatformerPro.PersistableInspector:
PlatformerPro.PlatformerProMonoBehaviourInspector PlatformerPro.ItemManagerInspector

Protected Member Functions

override void OnEnable ()
 Unity OnEnable hook. More...
 
override void DrawFooter (PlatformerProMonoBehaviour myTarget)
 Draws the footer. More...
 
virtual void DrawPersistenceButtons (Persistable myPersistable)
 Draws the persistence fold out. More...
 
- Protected Member Functions inherited from PlatformerPro.PlatformerProMonoBehaviourInspector
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 persistable classes.

Member Function Documentation

◆ DrawFooter()

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

Draws the footer.

Reimplemented from PlatformerPro.PlatformerProMonoBehaviourInspector.

Reimplemented in PlatformerPro.ItemManagerInspector.

◆ DrawPersistenceButtons()

virtual void PlatformerPro.PersistableInspector.DrawPersistenceButtons ( Persistable  myPersistable)
protectedvirtual

Draws the persistence fold out.

◆ OnEnable()

override void PlatformerPro.PersistableInspector.OnEnable ( )
protectedvirtual

Unity OnEnable hook.

Reimplemented from PlatformerPro.PlatformerProMonoBehaviourInspector.


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