Click or drag to resize

IMesh Properties

The IMesh type exposes the following members.

Properties
  NameDescription
Public propertyContainsQuads
Gets a value indicating whether the mesh contains quads.
Public propertyFaces
Gets the mesh faces.
(Inherited from IReadonlyMesh.)
Public propertyIsValid
Gets a value indicating whether the mesh is valid.
Public propertyNormals
Gets the vertex normals.
(Inherited from IReadonlyMesh.)
Public propertyVertexColors
Gets the mesh vertex colors.
(Inherited from IReadonlyMesh.)
Public propertyVertices
Gets the mesh vertices.
(Inherited from IReadonlyMesh.)
Top
See Also