MeshBuilder Members
The following tables list the members exposed by the MeshBuilder type.
Public Properties
Name | Description | |
---|---|---|
MergeDuplicatePositions | Gets or sets the current value for position merging of the mesh. | |
MergePositionTolerance | Gets or sets the tolerance for MergeDuplicatePositions. | |
Name | Gets or sets the name of the current MeshContent object being processed. | |
SwapWindingOrder | Reverses the triangle winding order of the specified mesh. |
Public Methods
Name | Description | |
---|---|---|
AddTriangleVertex | Adds a vertex into the index collection. | |
CreatePosition | Overloaded. Inserts the specified vertex position into the vertex channel. | |
CreateVertexChannel | Creates a vertex data channel for use by the mesh. | |
Equals | (Inherited from Object.) | |
FinishMesh | Ends the creation of a mesh. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
SetMaterial | Specifies the material used by the current mesh. | |
SetOpaqueData | Initializes the opaque data for a specific mesh object. | |
SetVertexChannelData | Sets the specified vertex data with new data. | |
StartMesh | Initializes the creation of a mesh. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
MeshBuilder Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace