![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Data for an action that occurs at death (or on game over). More...
Public Attributes | |
DeathActionType | actionType |
What to do. More... | |
float | delay |
How long to wait before doing it. More... | |
string | supportingData |
A string for the scene (for DeathActionType.LOAD_ANOTHER_SCENE) or message name (for DeathActionType.SEND_MESSAGE). More... | |
GameObject | supportingGameObject |
Game object to receive messages (for DeathActionType.SEND_MESSAGE); More... | |
Data for an action that occurs at death (or on game over).
DeathActionType PlatformerPro.DeathAction.actionType |
What to do.
float PlatformerPro.DeathAction.delay |
How long to wait before doing it.
string PlatformerPro.DeathAction.supportingData |
A string for the scene (for DeathActionType.LOAD_ANOTHER_SCENE) or message name (for DeathActionType.SEND_MESSAGE).
GameObject PlatformerPro.DeathAction.supportingGameObject |
Game object to receive messages (for DeathActionType.SEND_MESSAGE);