|
DoopelPonger
|
Step to make sure the player knows how to move up and down. The step records which wall the player touched first to provide a comment about how well the player can listen. More...


Public Member Functions | |
| override IDictionary< string, System.Object > | Teardown () |
| Delete any objects that were created specifically for the duration of the step. More... | |
| override bool | TutorialUpdate (float deltaTime) |
| Update tick of the tutorial. More... | |
Public Member Functions inherited from TutorialStep | |
| TutorialStep | GetNextStep () |
| GameObject [] | Init (TutorialManager tutorialManager, BoundriesCreator.GameMode gameMode) |
| Set up any information need for the step. Method is call as soon as the step becomes active. More... | |
Public Attributes | |
| string | playerTag |
| TutorialPlayerMoveToTrigger | triggerPrefab |
Public Attributes inherited from TutorialStep | |
| TutorialStep | singlePlayerNextStep |
| TutorialStep | coopPlayerNextStep |
Protected Member Functions | |
| override GameObject [] | ChildInit (TutorialManager tutorialManager, BoundriesCreator.GameMode gameMode) |
| Set up any information need for the step. Method is call as soon as the step becomes active. More... | |
Step to make sure the player knows how to move up and down. The step records which wall the player touched first to provide a comment about how well the player can listen.
|
protectedvirtual |
Set up any information need for the step. Method is call as soon as the step becomes active.
| tutorialManager | The brains of the tutorial |
| gameMode | The mode of the tutorial |
Implements TutorialStep.
|
virtual |
Delete any objects that were created specifically for the duration of the step.
Implements TutorialStep.
|
virtual |
Update tick of the tutorial.
| deltaTime | The time since the last time this method was called. |
Implements TutorialStep.
| string TutorialPlayerMove.playerTag |
Player that is being tested.
| TutorialPlayerMoveToTrigger TutorialPlayerMove.triggerPrefab |
Trigger blueprints spawn at the top and bottom of the screen to make sure the player can move.
1.8.14