DoopelPonger
|
Data class for the type of movement Schmitty Doop can move. It can teleport, move contiuously, make the alpha go down, or make the alpha go up. More...
Public Types | |
enum | MovementType { MovementType.ALPHA_DOWN, MovementType.ALPHA_UP, MovementType.TELEPORT, MovementType.EASE } |
Public Types inherited from CoopActionInformation | |
enum | ActionType { ActionType.MOVEMENT, ActionType.ATTACK } |
Schmitty Doop can only ever do two actions, move or attack. Moving is used to rotate or position Schmitty Doop, while attacks are used to shoot bullets. More... | |
Public Member Functions | |
CoopMovementInformation (float delayBetweenActions, MovementType movementType) | |
Public Member Functions inherited from CoopActionInformation | |
CoopActionInformation (ActionType actionType, float delayBetweenActions) | |
Public Attributes | |
readonly MovementType | movementType |
Public Attributes inherited from CoopActionInformation | |
float | delayBetweenActions |
ActionType | actionType |
Data class for the type of movement Schmitty Doop can move. It can teleport, move contiuously, make the alpha go down, or make the alpha go up.
|
strong |
CoopMovementInformation.CoopMovementInformation | ( | float | delayBetweenActions, |
MovementType | movementType | ||
) |
readonly MovementType CoopMovementInformation.movementType |
The type of movement Schmitty Doop should do.