Class MeshExtensions
Inheritance
System.Object
MeshExtensions
Assembly: Aximo.Render.dll
Syntax
public static class MeshExtensions
Methods
|
Improve this Doc
View Source
GetMeshData(Mesh, Int32)
Declaration
public static MeshData GetMeshData(this Mesh m, int materialId)
Parameters
Type |
Name |
Description |
Mesh |
m |
|
System.Int32 |
materialId |
|
Returns
|
Improve this Doc
View Source
ToMeshData<T>(Mesh)
Declaration
public static MeshData<T> ToMeshData<T>(this Mesh m)
where T : struct, IVertex
Parameters
Type |
Name |
Description |
Mesh |
m |
|
Returns
Type Parameters
|
Improve this Doc
View Source
ToMeshData<T>(Mesh, Int32)
Declaration
public static T ToMeshData<T>(this Mesh m, int index)
where T : struct, IVertex
Parameters
Type |
Name |
Description |
Mesh |
m |
|
System.Int32 |
index |
|
Returns
Type Parameters