core

Undocumented in source.

Modules

dgame
module core.dgame

Defines the DGame class, the base class for all game logic.

gameobject
module core.gameobject

Defines the GameObject class, to be subclassed by scripts and instantiated for static objects.

gameobjectcollection
module core.gameobjectcollection

Defines the GameObjectCollection class, which manages game objects and allows for batch operations on them.

prefabs
module core.prefabs

Contains Prefabs and Prefab, manages creation and management of prefabs.

properties
module core.properties

Defines template mixins for defining properties in classes.

reflection
module core.reflection
Undocumented in source.

Public Imports

core.dgame
public import core.dgame;
core.gameobject
public import core.gameobject;
core.gameobjectcollection
public import core.gameobjectcollection;
core.prefabs
public import core.prefabs;
core.properties
public import core.properties;
core.reflection
public import core.reflection;

Meta