DoopelPonger
|
Serialization class for spawning/configuring the shotgun attack, an attack that shoots a fan of bullets. More...
Public Member Functions | |
override CoopActionInformation | ToCoopActionInformation () |
Convert this object from the Inspector information into the data that is used during gameplay. More... | |
![]() | |
void | Awake () |
Initializes the actionType and attackType enums. More... | |
![]() | |
List< string > | ConvertPropertiesToStrings () |
Convert each property into a string. Each element of the list should be a single property in the json like structure of <property name>:<value> with no comma or curly brackets. More... | |
void | FillPropertiesFromString (string objectString) |
Convert a string with all properties into this object. The parameter objectString is generated from calling the ConvertPropertiesToString method, and has each element of the array concatenated with a ,. More... | |
Public Attributes | |
Range | numberOfBalls |
EditorBallMovementInformation.BallMovementType | ballMovementType |
EditorBallMovementInformation | ballMovementInformation |
![]() | |
CoopBallManager.SpawnLocation | spawnLocation |
![]() | |
GameObject | m_gameObject |
Range | delayBetweenActions |
Protected Member Functions | |
override List< string > | ConvertAttackPropertiesToStrings () |
See ConvertChildPropertiesToString in the EditorActionInformation class, as this is the same method expect for attack specific properties. More... | |
override void | FillAttackPropertiesFromString (string objectString) |
See FillChildPropertiesFromString in the EditorActionInformation class, as this is the same method expect for attack specific properties. More... | |
override CoopAttackInformation.AttackType | GetAttackType () |
![]() | |
override void | FillChildPropertiesFromString (string objectString) |
Construct the child class based on the string that was serialized. See the method FillPropertiesFromString for more information. That method is the public method that calls this method when serializing. More... | |
override List< string > | ConvertChildPropertiesToStrings () |
Convert all properties of the implementation class that should be serialized to a string. See the method ConvertPropertiesToString for more information. That method is the public method that calls this method when serializing. More... | |
Additional Inherited Members | |
![]() | |
CoopAttackInformation.AttackType | attackType |
![]() | |
CoopActionInformation.ActionType | actionType |
Serialization class for spawning/configuring the shotgun attack, an attack that shoots a fan of bullets.
All data needed to shoot the shotgun attack from Schmitty Doop.
|
protectedvirtual |
See ConvertChildPropertiesToString in the EditorActionInformation class, as this is the same method expect for attack specific properties.
Implements EditorAttackInformation.
|
protectedvirtual |
See FillChildPropertiesFromString in the EditorActionInformation class, as this is the same method expect for attack specific properties.
objectString | See FillChildPropertiesFromString in EditorActionInformation. |
Implements EditorAttackInformation.
|
protectedvirtual |
Implements EditorAttackInformation.
|
virtual |
Convert this object from the Inspector information into the data that is used during gameplay.
Implements EditorActionInformation.
EditorBallMovementInformation EditorShotgunAttackInformation.ballMovementInformation |
All configuration information needed to initialize the ball movement for the balls in the shotgun attack.
EditorBallMovementInformation.BallMovementType EditorShotgunAttackInformation.ballMovementType |
The type of movement for the balls being shot.
Range EditorShotgunAttackInformation.numberOfBalls |
The number of balls in each fan of the shot.