Classes

Base classes, callbacks, and starter script templates.

This section contains 10 classes.

Page Description
CharacterClass A script class that is instanced for every Character in the game.
ClientScriptableObjectClass A client script class that doesn't represent any particular game object.
GameClass A script class that defines the game mode. Only one instance of this class is made.
HarvestableClass A script class that is instanced for every Harvestable in the game.
PlayerClass A script class that is instanced for every active Player in the game.
ScriptableObjectClass A script class that doesn't represent any particular game object.
ShapeClass A script class that is instanced for every "scripted" Interactable Shape in the game.
ToolClass A script class that is instanced for every active Tool in the game.
UnitClass A script class that is instanced for every Unit in the game.
WorldClass A script class that is instanced for every World in the game.