DoopelPonger
Protected Member Functions | List of all members
EditorAlphaDownMovementInformation Class Reference

ScriptableObject implementation for the Schmitty Doop action of become invisible. More...

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

Protected Member Functions

override CoopMovementInformation.MovementType GetMovementType ()
 Return the type of movement the child class serializes. More...
 
- Protected Member Functions inherited from EditorAlphaChangeMovementInformation
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 > ConvertMovementPropertiesToStrings ()
 Return the child fields that should be serialized to a file. More...
 
- Protected Member Functions inherited from EditorMovementInformation
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

- Public Member Functions inherited from EditorAlphaChangeMovementInformation
override CoopActionInformation ToCoopActionInformation ()
 Convert this object from the Inspector information into the data that is used during gameplay. More...
 
- Public Member Functions inherited from EditorMovementInformation
void Awake ()
 
- Public Member Functions inherited from EditorActionInformation
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 inherited from EditorAlphaChangeMovementInformation
Range alphaChangeRate
 
- Public Attributes inherited from EditorActionInformation
GameObject m_gameObject
 
Range delayBetweenActions
 
- Protected Attributes inherited from EditorMovementInformation
CoopMovementInformation.MovementType movementType
 
- Protected Attributes inherited from EditorActionInformation
CoopActionInformation.ActionType actionType
 

Detailed Description

ScriptableObject implementation for the Schmitty Doop action of become invisible.

Member Function Documentation

◆ GetMovementType()

override CoopMovementInformation.MovementType EditorAlphaDownMovementInformation.GetMovementType ( )
protectedvirtual

Return the type of movement the child class serializes.

Returns
The movement type the child class serializes.

Implements EditorMovementInformation.


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