Method | Description | |
---|---|---|
Client_OnTick ( ) : void | ||
OnDestroy ( ) : void | ||
OnPostCreate ( bool loaded ) : void | ||
OnRender ( Engine.Camera camera ) : void | ||
OnTick ( ) : void |
Method | Description | |
---|---|---|
AttachMesh ( ) : void | ||
CreateMesh ( ) : void | ||
DestroyMesh ( ) : void | ||
DetachMesh ( ) : void | ||
DoTick ( ) : void | ||
UpdateMeshIndices ( ) : void | ||
UpdateMeshVertices ( ) : void |
protected OnPostCreate ( bool loaded ) : void | ||
loaded | bool | |
return | void |
protected OnRender ( Engine.Camera camera ) : void | ||
camera | Engine.Camera | |
return | void |