![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Custom editor for triggers. Draws a default inspector and then some warnings if settings look wrong. More...
Public Member Functions | |
override void | OnInspectorGUI () |
Draw the GUI More... | |
![]() | |
override void | OnInspectorGUI () |
![]() | |
override void | OnInspectorGUI () |
Draw the inspector. More... | |
Protected Member Functions | |
override void | OnEnable () |
Unity OnEnable hook. More... | |
![]() | |
virtual void | DrawInspector () |
![]() | |
virtual void | DrawHeader (PlatformerProMonoBehaviour myTarget) |
Draws the header. More... | |
virtual void | DrawFooter (PlatformerProMonoBehaviour myTarget) |
Draws the footer. More... | |
Protected Attributes | |
SerializedProperty | useDefaultPersistence |
![]() | |
SerializedProperty | enablePersistence |
SerializedProperty | guid |
SerializedProperty | targetGameObject |
SerializedProperty | persistenceImplementation |
SerializedProperty | defaultStateIsDisabled |
Additional Inherited Members | |
![]() | |
static void | DrawHeaderStatic (PlatformerProMonoBehaviour myTarget) |
static void | DrawHorizontalRule (bool fillWindow=false) |
![]() | |
static Dictionary< string, PersistableObject > | guidRegister = new Dictionary <string, PersistableObject> () |
![]() | |
static Texture2D | iconTexture |
Holds the platformer pro icon texture More... | |
Custom editor for triggers. Draws a default inspector and then some warnings if settings look wrong.
|
protectedvirtual |
Unity OnEnable hook.
Reimplemented from PlatformerPro.PersistableObjectInspector.
override void PlatformerPro.TriggerInspector.OnInspectorGUI | ( | ) |
Draw the GUI
|
protected |