| CompositeModelRendererGetMesh Method (Int32) | 
 
            Get mesh entity by index.
            
 
    Namespace: 
   GeonBit.ECS.Components.Graphics
    Assembly:
   GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic MeshEntity GetMesh(
	int index
)
Parameters
- index
 - Type: SystemInt32
Mesh index to get. 
Return Value
Type: 
MeshEntityMeshEntity instance for this mesh.
See Also