UEMesh

Members

Functions

onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
setVertexData
void setVertexData(vec3[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

aabb
AABB aabb;
Undocumented in source.
colorBuffer
GLVertexBufferObject colorBuffer;
Undocumented in source.
indexBuffer
GLVertexBufferObject indexBuffer;
Undocumented in source.
normalBuffer
GLVertexBufferObject normalBuffer;
Undocumented in source.
uvBuffer
GLVertexBufferObject uvBuffer;
Undocumented in source.
vertexArrayObject
GLVertexArrayObject vertexArrayObject;
Undocumented in source.
vertexBuffer
GLVertexBufferObject vertexBuffer;
Undocumented in source.

Inherited Members

From UEComponent

onUpdate
void onUpdate()
onCreate
void onCreate()
onDestroy
void onDestroy()
onCollision
void onCollision(UEComponent )
enabled
bool enabled [@property getter]
enabled
bool enabled [@property setter]
entity
UEEntity entity [@property getter]
sceneNode
UESceneNode sceneNode [@property getter]
registerEvent
void registerEvent(UEEventType _type, UEEventCallback _callback)

helper

getMenuItems
void getMenuItems(EditorMenuItem[] items)
setEntity
void setEntity(UEEntity _entity)

Meta