Class XVertexElement
Inheritance
XVertexElement
Assembly: JeremyAnsel.DirectX.D3DXof.dll
Syntax
public sealed class XVertexElement
Properties
|
Edit this page
View Source
DataType
Declaration
public XVertexElementDataType DataType { get; set; }
Property Value
|
Edit this page
View Source
Method
Declaration
public XVertexElementMethod Method { get; set; }
Property Value
|
Edit this page
View Source
Usage
Declaration
public XVertexElementUsage Usage { get; set; }
Property Value
|
Edit this page
View Source
UsageIndex
Declaration
public int UsageIndex { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides