gameObjects property

List<GameObject> gameObjects
getter/setter pair

Game objects present in the game

Implementation

late List<GameObject> gameObjects;