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

Inspector for the standard input. More...

Inheritance diagram for PlatformerPro.StandardInputInspector:
PlatformerPro.PlatformerProMonoBehaviourInspector

Public Member Functions

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

Protected Member Functions

void DrawMainGUI (StandardInput myTarget)
 Draws the main GUI for this component. More...
 
- Protected Member Functions inherited from PlatformerPro.PlatformerProMonoBehaviourInspector
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 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 the standard input.

Member Function Documentation

◆ DrawMainGUI()

void PlatformerPro.StandardInputInspector.DrawMainGUI ( StandardInput  myTarget)
protected

Draws the main GUI for this component.

Parameters
myTargetMy target.

◆ OnInspectorGUI()

override void PlatformerPro.StandardInputInspector.OnInspectorGUI ( )

Draw the inspector GUI.

Member Data Documentation

◆ myTarget

StandardInput PlatformerPro.StandardInputInspector.myTarget
protected

Typed reference to target.

◆ showDefaults

bool PlatformerPro.StandardInputInspector.showDefaults
protected

Should we show default settings.


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