VertexChannelCollection.Insert<ElementType> Method (Microsoft.Xna.Framework.Content.Pipeline.Graphics)

Inserts a new vertex channel at the specified position.

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public VertexChannel<ElementType> Insert<ElementType>(
	int index, 
	string name, 
	IEnumerable<ElementType> channelData
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

index
Type: System.Int32
Index for channel insertion.
name
Type: System.String
Name of the new channel.
channelData
Type: IEnumerable<ElementType>
The new channel.

Return Value

Type: VertexChannel<ElementType>
The inserted vertex channel.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop