Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This method is available only when developing for Windows.
Initializes the creation of a mesh.
Syntax
'Declaration
Public Shared Function StartMesh ( _
name As String _
) As MeshBuilder
public static MeshBuilder StartMesh (
string name
)
public:
static MeshBuilder StartMesh(
String name
)
Parameters
- name
Type: String
Name of the mesh.
Return Value
Type: MeshBuilder
Object used when building the mesh.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
MeshBuilder Class
MeshBuilder Members
FinishMesh
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP