|
DoopelPonger
|
Step that spawns the players into the tutorial. 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 | |
| float | timeToWait |
| GameObject [] | players |
| TutorialPlayerPowerUpDecider | powerUpDecider |
Public Attributes inherited from TutorialStep | |
| TutorialStep | singlePlayerNextStep |
| TutorialStep | coopPlayerNextStep |
Protected Member Functions | |
| override GameObject [] | ChildInit (TutorialManager manager, BoundriesCreator.GameMode gameMode) |
| Set up any information need for the step. Method is call as soon as the step becomes active. More... | |
Step that spawns the players into the tutorial.
|
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.
| GameObject [] TutorialSpawnPlayers.players |
The players that should be spawned.
| TutorialPlayerPowerUpDecider TutorialSpawnPlayers.powerUpDecider |
The tutorial specific power up provider to give to each player as they are spawned.
| float TutorialSpawnPlayers.timeToWait |
The time to wait after all the players have been spawned.
1.8.14