DoopelPonger
Public Member Functions | Public Attributes | List of all members
CoopIncrementalMoveInformation Class Reference

Data used to give to Schmitty Doop to make it move as an offset of it's current position. More...

Inheritance diagram for CoopIncrementalMoveInformation:
Inheritance graph
[legend]
Collaboration diagram for CoopIncrementalMoveInformation:
Collaboration graph
[legend]

Public Member Functions

 CoopIncrementalMoveInformation (CoopSchmittyDoopIncrementalMovement incrementalMovement, float delayBetweenActions)
 
- Public Member Functions inherited from CoopMovementInformation
 CoopMovementInformation (float delayBetweenActions, MovementType movementType)
 
- Public Member Functions inherited from CoopActionInformation
 CoopActionInformation (ActionType actionType, float delayBetweenActions)
 

Public Attributes

readonly CoopSchmittyDoopIncrementalMovement incrementalMovement
 
- Public Attributes inherited from CoopMovementInformation
readonly MovementType movementType
 
- Public Attributes inherited from CoopActionInformation
float delayBetweenActions
 
ActionType actionType
 

Additional Inherited Members

- Public Types inherited from CoopMovementInformation
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...
 

Detailed Description

Data used to give to Schmitty Doop to make it move as an offset of it's current position.

Constructor & Destructor Documentation

◆ CoopIncrementalMoveInformation()

CoopIncrementalMoveInformation.CoopIncrementalMoveInformation ( CoopSchmittyDoopIncrementalMovement  incrementalMovement,
float  delayBetweenActions 
)

Member Data Documentation

◆ incrementalMovement

readonly CoopSchmittyDoopIncrementalMovement CoopIncrementalMoveInformation.incrementalMovement

The rotation, position, timeframe, etc. that Schmitty Doop should move.


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