Method GetMesh
GetMesh(MaterialMeshInfo)
Gets the mesh for given MaterialMeshInfo.
Declaration
public Mesh GetMesh(MaterialMeshInfo materialMeshInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| MaterialMeshInfo | materialMeshInfo | The MaterialMeshInfo to use. |
Returns
| Type | Description |
|---|---|
| Mesh | Returns the associated Mesh instance or null if the mesh is runtime. |