MeshOptions.MeshOptions Constructor

Language:

Initializes a new instance of the MeshOptions class.

Definition

Visual Basic Public Sub New( _
    ByVal initialFlags() As MeshFlags _
)
C# public MeshOptions(
    MeshFlags[] initialFlags
);
C++ public:
 MeshOptions(
    array<MeshFlags>^ initialFlags
);
JScript public function MeshOptions(
    initialFlags : MeshFlags[]
);

Parameters

initialFlags Microsoft.DirectX.Direct3D.MeshFlags[]
Array of MeshFlags objects that specify the mesh creation options.

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center