Chunks
Moddable voxel sandbox for room-scale VR.
|
Base class for custom types that define top level game rules. More...
Protected Member Functions | |
virtual void | OnInitialize () |
Called when the game mode first starts. More... | |
virtual void | OnWandConnected (Wand wand) |
Called each time a wand controller connects. More... | |
virtual void | OnWandDisconnected (Wand wand) |
Called each time a wand controller loses connection. More... | |
virtual void | OnUpdate () |
Called once per frame. More... | |
Properties | |
IWorld | World [get] |
Current world instance. More... | |
MenuPanel | Instructions [get] |
MenuPanel | WorldMenu [get] |
MenuPanel | SettingsMenu [get] |
Base class for custom types that define top level game rules.
|
protectedvirtual |
Called when the game mode first starts.
Reimplemented in Chunks.Plugins.MenuGameMode.
|
protectedvirtual |
Called once per frame.
|
protectedvirtual |
Called each time a wand controller connects.
wand | The newly connected wand |
|
protectedvirtual |
Called each time a wand controller loses connection.
wand | The newly disconnected wand |
|
get |
|
get |
|
get |
Current world instance.
|
get |