![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
This data class stores information about the movement which is used by the editor. More...
Public Member Functions | |
MovementInfo (string name, string description) | |
Initializes a new instance of the PlatformerPro.MovementInfo class. More... | |
MovementInfo (string name, string description, bool useDefaultInspector) | |
Initializes a new instance of the PlatformerPro.MovementInfo class. More... | |
Properties | |
string | Name [get, protected set] |
The name of the movement. More... | |
string | Description [get, protected set] |
Rich text description of the movement. More... | |
bool | UseDefaultInspector [get, protected set] |
Does this movement use a normal inspector instead of movement variables. More... | |
This data class stores information about the movement which is used by the editor.
PlatformerPro.MovementInfo.MovementInfo | ( | string | name, |
string | description | ||
) |
Initializes a new instance of the PlatformerPro.MovementInfo class.
name | Name. |
description | Description. |
PlatformerPro.MovementInfo.MovementInfo | ( | string | name, |
string | description, | ||
bool | useDefaultInspector | ||
) |
Initializes a new instance of the PlatformerPro.MovementInfo class.
name | Name. |
description | Description. |
|
getprotected set |
Rich text description of the movement.
|
getprotected set |
The name of the movement.
|
getprotected set |
Does this movement use a normal inspector instead of movement variables.