Click or drag to resize
Ab4d.SharpEngine logo

StandardMesh Methods

The StandardMesh type exposes the following members.

Methods
 NameDescription
Public methodDumpMeshInitializationCode Writes string in C# that defines the Vertices and TriangleIndices arrays for this mesh to the console (when the application is debugged in Visual Studio the result is written to Output window or Immediate Window if started from there; in Rider the result is written to Debug Output window).
Public methodGetMeshInitializationCode Returns a string in C# that defines the Vertices and TriangleIndices arrays for this mesh.
Top
See Also