VertexElement Members
MSDN Home
MSDN
MSDN Library
Development Tools and Language ...
XNA Game Studio
XNA Game Studio 3.1
XNA Framework Class Library Re ...
Microsoft.Xna.Framework.Graphi ...
VertexElement Structure
VertexElement Structure
VertexElement Members
VertexElement Constructor
VertexElement Methods
VertexElement Properties
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
XNA Game Studio 3.1
VertexElement Members
The following tables list the members exposed by the VertexElement type.
Public Constructors
Name
Description
VertexElement
Initializes a new instance of the
VertexElement
class.
Public Properties
Name
Description
Offset
Retrieves or sets the offset (if any) from the beginning of the stream to the beginning of the vertex data.
Stream
Retrieves or sets the stream number (or index) to use.
UsageIndex
Modifies the usage data to allow the user to specify multiple usage types.
VertexElementFormat
Gets or sets the format of this vertex element.
VertexElementMethod
Gets or sets a value indicating which vertex data to calculate during tessellation.
VertexElementUsage
Gets or sets a value describing how the vertex element is to be used.
Public Methods
Name
Description
Equals
Overloaded. Returns a value that indicates whether the current instance is equal to a specified object.
GetHashCode
Gets the hash code for this instance.
GetType
(Inherited from
Object
.)
op_Equality
Compares two objects to determine whether they are the same.
op_Inequality
Compares two objects to determine whether they are different.
ReferenceEquals
(Inherited from
Object
.)
ToString
Retrieves a string representation of this object.
Protected Methods
Name
Description
Finalize
(Inherited from
Object
.)
MemberwiseClone
(Inherited from
Object
.)
See Also
Reference
VertexElement Structure
Microsoft.Xna.Framework.Graphics Namespace
Tags :