![]() |
BomberUnits
...a Unity learning project
|
Used in Test scenes to get it operational. More...
Inheritance diagram for TestBootstrapper:
Collaboration diagram for TestBootstrapper:Public Attributes | |
| PlayerController | testPlayer |
| List< GameObject > | activatedWithDelay |
| List< float > | delays |
Private Member Functions | |
| void | Start () |
| Bootstrapper start is called earlier than other script's Start() methods. More... | |
| void | Update () |
Private Attributes | |
| List< bool > | activated |
Used in Test scenes to get it operational.
Definition at line 12 of file TestBootstrapper.cs.
|
inlineprivate |
Bootstrapper start is called earlier than other script's Start() methods.
So we can try and fix scripts up for testing before they break.
Definition at line 29 of file TestBootstrapper.cs.