Mesh

Undocumented in source.

Constructors

this
this(string filePath)
Undocumented in source.

Members

Functions

shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

FloatsPerVertex
enum FloatsPerVertex;
Undocumented in source.
VertexSize
enum VertexSize;
Undocumented in source.

Mixins

__anonymous
mixin Property!("uint", "glVertexArray", "protected")
Undocumented in source.
__anonymous
mixin Property!("uint", "numVertices", "protected")
Undocumented in source.
__anonymous
mixin Property!("uint", "numIndices", "protected")
Undocumented in source.
__anonymous
mixin BackedProperty!("uint", "_glIndexBuffer", "glIndexBuffer")
Undocumented in source.
__anonymous
mixin BackedProperty!("uint", "_glVertexBuffer", "glVertexBuffer")
Undocumented in source.

Inherited Members

From Component

update
void update()

Function called on update.

shutdown
void shutdown()

Function called on shutdown.

__anonymous
mixin Property!("GameObject", "owner", "public")

The GameObject that owns this component.

Meta