C# Class GameEntities.BlinkGrid

Example of dynamic geometry.
Inheritance: MapObject
Mostrar archivo Open project: DarrenHassan/GDM4242-GroupD

Protected Methods

Method Description
Client_OnTick ( ) : void
OnDestroy ( ) : void
OnPostCreate ( bool loaded ) : void
OnRender ( Engine.Camera camera ) : void
OnTick ( ) : void

Private Methods

Method Description
AttachMesh ( ) : void
CreateMesh ( ) : void
DestroyMesh ( ) : void
DetachMesh ( ) : void
DoTick ( ) : void
UpdateMeshIndices ( ) : void
UpdateMeshVertices ( ) : void

Method Details

Client_OnTick() protected method

protected Client_OnTick ( ) : void
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnPostCreate() protected method

protected OnPostCreate ( bool loaded ) : void
loaded bool
return void

OnRender() protected method

protected OnRender ( Engine.Camera camera ) : void
camera Engine.Camera
return void

OnTick() protected method

protected OnTick ( ) : void
return void