DoopelPonger
|
Provides next action pattern to SchmittyDoop in the ActionPatternEditor scene. More...
Public Member Functions | |
override void | Init () |
Set up anything needed to create the action pattern. More... | |
override CoopBaseActionPattern | GetActionPattern () |
Returns a CoopBaseActionPattern for SchmittyDoop to use in the ActionPatternEditor scene. More... | |
Public Attributes | |
List< EditorActionInformation > | editorActionInformation |
Provides next action pattern to SchmittyDoop in the ActionPatternEditor scene.
When testing out attack patterns in the ActionPatternEditor scene, this scriptable object gives the next action pattern for Schmitty Doop to perform. The editorActionInformation is the list of actions created via the CoopActionPatternCreatorInspector. This class is purely for debugging purposes
|
virtual |
Returns a CoopBaseActionPattern for SchmittyDoop to use in the ActionPatternEditor scene.
Implements CoopAbstractActionPatternProvider.
|
virtual |
Set up anything needed to create the action pattern.
Implements CoopAbstractActionPatternProvider.
List<EditorActionInformation> CoopPatternCreatorProvider.editorActionInformation |
List of action patterns to iterate through while debugging in the ActionPatternEditor scene.