Class | Description |
---|---|
Animal |
Class of the animal that is seen walking around on screen.
|
Interactable |
Highest class in the Game object Heirarchy.
|
Litter |
Class of the Litter objects that spawn periodically around the map.
|
Plant |
Represents a plant object
|
Receptacle |
Class of the Receptacles in which the Litter objects are placed into.
|
River |
Represents a river object
|
Enum | Description |
---|---|
LitterType |
Enum that holds the different type of Litters that can spawn in the game.
|
ReceptacleType |
Enum that holds all of the Receptacle types that appear in the game
|