![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Inspector for movements which uses reflection to create a pop up of available implementations from which the user can select. More...
Public Member Functions | |
override void | OnInspectorGUI () |
Draw the inspector GUI. More... | |
Static Public Member Functions | |
static bool | DrawMultiplierSettings (Movement movement) |
Protected Member Functions | |
void | InitTypes () |
When the component is accessed update. More... | |
Protected Attributes | |
System.Type[] | types |
The available ground movement classes. More... | |
string[] | typeNames |
The available ground movement class names. More... | |
string[] | typeDescriptions |
The available ground movement class description. More... | |
int | selectedTypeIndex |
Index of the currently selected type. More... | |
bool | showDetails |
Should the details view be expanded. More... | |
Inspector for movements which uses reflection to create a pop up of available implementations from which the user can select.
T | : | BaseMovement | |
T | : | T |
|
static |
|
protected |
When the component is accessed update.
override void PlatformerPro.BaseMovementInspector< T >.OnInspectorGUI | ( | ) |
Draw the inspector GUI.
|
protected |
Index of the currently selected type.
|
protected |
Should the details view be expanded.
|
protected |
The available ground movement class description.
|
protected |
The available ground movement class names.
|
protected |
The available ground movement classes.