| CombinedMeshesEntity Methods | 
The CombinedMeshesEntity type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddModel | 
            Add a model to the combined mesh.
             | 
|  | AddModelMesh | 
            Add a model mesh to the combined mesh.
             | 
|  | AddVertices(VertexPositionNormalTexture, Int16, MaterialAPI) | 
            Add array of vertices to the combined mesh.
             | 
|  | AddVertices(VertexPositionNormalTexture, Int16, Matrix, MaterialAPI) | 
            Add array of vertices to the combined mesh.
             | 
|  | Build | 
            Build the combined meshes renderer.
             | 
|  | Clear | 
            Clear everything from the combined meshed renderer.
             | 
|  | Clone | 
            Clone this combined entity.
             | 
|  | DoEntityDraw | 
            Draw this model.
            (Overrides BaseRenderableEntityDoEntityDraw(Matrix).) | 
|  | Draw | 
            Draw the entity.
            (Inherited from BaseRenderableEntity.) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetBoundingBox | 
            Get the bounding box of this entity, either from cache or calculate it.
            (Inherited from BaseRenderableEntity.) | 
|  | GetBoundingSphere | 
            Get the bounding sphere of this entity, either from cache or calculate it.
            (Inherited from BaseRenderableEntity.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetLastBoundingBox | 
            Return the last calculated bounding box.
            Note: this value may be out-of-date if transformations changed since last calculation.
            (Inherited from BaseRenderableEntity.) | 
|  | GetLastBoundingSphere | 
            Return the last calculated bounding sphere.
            Note: this value may be out-of-date if transformations changed since last calculation.
            (Inherited from BaseRenderableEntity.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also