![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Inspector for the standard input. More...
Public Member Functions | |
override void | OnInspectorGUI () |
Draw the inspector GUI. More... | |
![]() | |
override void | OnInspectorGUI () |
Draw the inspector. More... | |
Protected Member Functions | |
void | DrawMainGUI (StandardInput myTarget) |
Draws the main GUI for this component. More... | |
![]() | |
virtual void | OnEnable () |
Unity OnEnable hook. More... | |
virtual void | DrawHeader (PlatformerProMonoBehaviour myTarget) |
Draws the header. More... | |
virtual void | DrawFooter (PlatformerProMonoBehaviour myTarget) |
Draws the footer. More... | |
Protected Attributes | |
bool | showDefaults |
Should we show default settings. More... | |
StandardInput | myTarget |
Typed reference to target. More... | |
Additional Inherited Members | |
![]() | |
static void | DrawHeaderStatic (PlatformerProMonoBehaviour myTarget) |
static void | DrawHorizontalRule (bool fillWindow=false) |
![]() | |
static Texture2D | iconTexture |
Holds the platformer pro icon texture More... | |
Inspector for the standard input.
|
protected |
Draws the main GUI for this component.
myTarget | My target. |
override void PlatformerPro.StandardInputInspector.OnInspectorGUI | ( | ) |
Draw the inspector GUI.
|
protected |
Typed reference to target.
|
protected |
Should we show default settings.