VertexChannelCollection.Get Generic Method (Int32)
Note
This generic method is available only when developing for Windows.
Gets the vertex channel with the specified index and content type.
Syntax
'Declaration
Public Function Get(Of T) ( _
index As Integer _
) As VertexChannel(Of T)
public VertexChannel<T> Get<T> (
int index
)
public:
generic<typename T>
VertexChannel<T> Get(
int index
)
Type Parameters
- T
Type of a vertex channel.
Parameters
- index
Type: Int32
Index of a vertex channel.
Return Value
Type: VertexChannel<T>
The vertex channel.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
VertexChannelCollection Class
VertexChannelCollection Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP