BomberUnits
...a Unity learning project
TestBootstrapper Class Reference

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
 

Detailed Description

Used in Test scenes to get it operational.

Definition at line 12 of file TestBootstrapper.cs.

Member Function Documentation

◆ Start()

void Start ( )
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.


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