Class GameManagerHelper
This class helps manage positions for the GameManager during development. It allows adding hat spawn positions and player spawn positions directly in the editor.
Inheritance
object
GameManagerHelper
Namespace: Game
Assembly: cs.temp.dll.dll
Syntax
public class GameManagerHelper : MonoBehaviour
Fields
addHatPosition
If true, adds the current position of the "HELPER" object to the hat spawn positions in the GameManager.
Declaration
public bool addHatPosition
Field Value
| Type | Description |
|---|---|
| bool |
addSpawnPosition
If true, sets the current position of the "HELPER" object as the player spawn position in the GameManager.
Declaration
public bool addSpawnPosition
Field Value
| Type | Description |
|---|---|
| bool |