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

Inspector for death movement classes. This is just a damage movement inspector with a different name and type. More...

Inheritance diagram for PlatformerPro.DeathMovementInspector:

Public Member Functions

override void OnInspectorGUI ()
 Draw the inspector GUI. 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...
 

Detailed Description

Inspector for death movement classes. This is just a damage movement inspector with a different name and type.

Member Function Documentation

◆ OnInspectorGUI()

override void PlatformerPro.DeathMovementInspector.OnInspectorGUI ( )

Draw the inspector GUI.

Member Data Documentation

◆ selectedTypeIndex

int PlatformerPro.DeathMovementInspector.selectedTypeIndex
protected

Index of the currently selected type.

◆ showDetails

bool PlatformerPro.DeathMovementInspector.showDetails
protected

Should the details view be expanded.

◆ typeDescriptions

string [] PlatformerPro.DeathMovementInspector.typeDescriptions
protected

The available ground movement class description.

◆ typeNames

string [] PlatformerPro.DeathMovementInspector.typeNames
protected

The available ground movement class names.

◆ types

System.Type [] PlatformerPro.DeathMovementInspector.types
protected

The available ground movement classes.


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