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

Inspector for wall movement classes. More...

Inheritance diagram for PlatformerPro.WallMovementInspector:
PlatformerPro.BaseMovementInspector< WallMovement >

Additional Inherited Members

- Public Member Functions inherited from PlatformerPro.BaseMovementInspector< WallMovement >
override void OnInspectorGUI ()
 Draw the inspector GUI. More...
 
- Static Public Member Functions inherited from PlatformerPro.BaseMovementInspector< WallMovement >
static bool DrawMultiplierSettings (Movement movement)
 
- Protected Member Functions inherited from PlatformerPro.BaseMovementInspector< WallMovement >
void InitTypes ()
 When the component is accessed update. More...
 
- Protected Attributes inherited from PlatformerPro.BaseMovementInspector< WallMovement >
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...
 

Detailed Description

Inspector for wall movement classes.


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