![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Public Member Functions | |
EnemyPhase () | |
Initializes a new instance of the PlatformerPro.EnemyPhase class. More... | |
EnemyPhase (string name) | |
Initializes a new instance of the PlatformerPro.EnemyPhase class. More... | |
Public Attributes | |
string | name |
Name of this phase. More... | |
List< EnemyStateInfo > | stateInfo |
List of states in this phase. More... | |
EnemyPhaseExitType | exitType |
How we exit this phase. More... | |
float | exitSupportingData |
The exit supporting data (for example timer). More... | |
float | exitSupportingDataAlt |
The exit supporting data (for example random percentage). More... | |
DamageType | exitSupportingDamageType |
The exit supporting damage type (for number of hits filter). More... | |
PlatformerPro.EnemyPhase.EnemyPhase | ( | ) |
Initializes a new instance of the PlatformerPro.EnemyPhase class.
PlatformerPro.EnemyPhase.EnemyPhase | ( | string | name | ) |
Initializes a new instance of the PlatformerPro.EnemyPhase class.
DamageType PlatformerPro.EnemyPhase.exitSupportingDamageType |
The exit supporting damage type (for number of hits filter).
float PlatformerPro.EnemyPhase.exitSupportingData |
The exit supporting data (for example timer).
float PlatformerPro.EnemyPhase.exitSupportingDataAlt |
The exit supporting data (for example random percentage).
EnemyPhaseExitType PlatformerPro.EnemyPhase.exitType |
How we exit this phase.
string PlatformerPro.EnemyPhase.name |
Name of this phase.
List<EnemyStateInfo> PlatformerPro.EnemyPhase.stateInfo |
List of states in this phase.