This topic has not yet been rated - Rate this topic

VertexStreamCollection.Item Property

Returns the VertexStream at the specified index.

Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

public VertexStream this [
         int index
] { get; }

Property Value

The vertex stream at the requested index.
Exception typeCondition
InvalidOperationExceptionThe specified index is invalid.

Xbox 360, Windows XP SP2, Windows Vista

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.