components

Undocumented in source.

Modules

animation
module components.animation
Undocumented in source.
assetanimation
module components.assetanimation
Undocumented in source.
assets
module components.assets

Defines the static Assets class, a static class which manages all textures, meshes, materials, and animations.

camera
module components.camera

Defines the Camera class, which controls the view matrix for the world.

icomponent
module components.icomponent

Defines the Component abstract class, which is the base for all components.

lights
module components.lights
Undocumented in source.
material
module components.material
Undocumented in source.
mesh
module components.mesh

Defines the Mesh class, which controls all meshes loaded into the world.

Public Imports

components.animation
public import components.animation;
components.assetanimation
public import components.assetanimation;
components.icomponent
public import components.icomponent;
components.assets
public import components.assets;
components.material
public import components.material;
components.mesh
public import components.mesh;
components.camera
public import components.camera;
components.lights
public import components.lights;

Meta