FlightKit
Awesome Flight Simulator Kit
|
Controls the sequence of events that happen once the user hits Play button (hiding menus, turning on/off components, etc). More...
Public Member Functions | |
virtual void | StartLevel () |
Public Attributes | |
bool | playOnStart = false |
If we should skip the main menu and start the game right away (useful during development). More... | |
Vector3 | cameraPivotFinalPosition = new Vector3(0f, 10f, -15f) |
When the gameplay starts, the camera's container (Pivot GameObject) will ease into this position. More... | |
Properties | |
bool | levelStarted [get] |
Controls the sequence of events that happen once the user hits Play button (hiding menus, turning on/off components, etc).
Vector3 FlightKit.StartLevelController.cameraPivotFinalPosition = new Vector3(0f, 10f, -15f) |
When the gameplay starts, the camera's container (Pivot GameObject) will ease into this position.
bool FlightKit.StartLevelController.playOnStart = false |
If we should skip the main menu and start the game right away (useful during development).