Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.PersistableObjectInspector Class Reference
Inheritance diagram for PlatformerPro.PersistableObjectInspector:
PlatformerPro.PlatformerProMonoBehaviourInspector PlatformerPro.TriggerInspector

Public Member Functions

override void OnInspectorGUI ()
 
- Public Member Functions inherited from PlatformerPro.PlatformerProMonoBehaviourInspector
override void OnInspectorGUI ()
 Draw the inspector. More...
 

Static Public Attributes

static Dictionary< string, PersistableObjectguidRegister = new Dictionary <string, PersistableObject> ()
 
- Static Public Attributes inherited from PlatformerPro.PlatformerProMonoBehaviourInspector
static Texture2D iconTexture
 Holds the platformer pro icon texture More...
 

Protected Member Functions

override void OnEnable ()
 Unity OnEnable hook. More...
 
virtual void DrawInspector ()
 
- Protected Member Functions inherited from PlatformerPro.PlatformerProMonoBehaviourInspector
virtual void DrawHeader (PlatformerProMonoBehaviour myTarget)
 Draws the header. More...
 
virtual void DrawFooter (PlatformerProMonoBehaviour myTarget)
 Draws the footer. More...
 

Protected Attributes

SerializedProperty enablePersistence
 
SerializedProperty guid
 
SerializedProperty targetGameObject
 
SerializedProperty persistenceImplementation
 
SerializedProperty defaultStateIsDisabled
 

Additional Inherited Members

- Static Public Member Functions inherited from PlatformerPro.PlatformerProMonoBehaviourInspector
static void DrawHeaderStatic (PlatformerProMonoBehaviour myTarget)
 
static void DrawHorizontalRule (bool fillWindow=false)
 

Member Function Documentation

◆ DrawInspector()

virtual void PlatformerPro.PersistableObjectInspector.DrawInspector ( )
protectedvirtual

◆ OnEnable()

override void PlatformerPro.PersistableObjectInspector.OnEnable ( )
protectedvirtual

Unity OnEnable hook.

Reimplemented from PlatformerPro.PlatformerProMonoBehaviourInspector.

Reimplemented in PlatformerPro.TriggerInspector.

◆ OnInspectorGUI()

override void PlatformerPro.PersistableObjectInspector.OnInspectorGUI ( )

Member Data Documentation

◆ defaultStateIsDisabled

SerializedProperty PlatformerPro.PersistableObjectInspector.defaultStateIsDisabled
protected

◆ enablePersistence

SerializedProperty PlatformerPro.PersistableObjectInspector.enablePersistence
protected

◆ guid

SerializedProperty PlatformerPro.PersistableObjectInspector.guid
protected

◆ guidRegister

Dictionary<string, PersistableObject> PlatformerPro.PersistableObjectInspector.guidRegister = new Dictionary <string, PersistableObject> ()
static

◆ persistenceImplementation

SerializedProperty PlatformerPro.PersistableObjectInspector.persistenceImplementation
protected

◆ targetGameObject

SerializedProperty PlatformerPro.PersistableObjectInspector.targetGameObject
protected

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