components

Undocumented in source.

Modules

assets
module components.assets

Defines the static Assets class, a static class which manages all textures, meshes, etc...

camera
module components.camera

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

component
module components.component

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

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

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

texture
module components.texture

Defines the Texture class, which contains info for a texture loaded into the world.

Public Imports

components.component
public import components.component;
Undocumented in source.
components.assets
public import components.assets;
Undocumented in source.
components.material
public import components.material;
Undocumented in source.
components.mesh
public import components.mesh;
Undocumented in source.
components.texture
public import components.texture;
Undocumented in source.
components.camera
public import components.camera;
Undocumented in source.

Meta