VertexChannel.ReadConvertedContent Generic Method
Note
This generic method is available only when developing for Windows.
Reads channel content and automatically converts it to the specified vector format.
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
Syntax
public abstract IEnumerable<TargetType> ReadConvertedContent<TargetType> ()
Type Parameters
- TargetType
Target vector format of the converted data.
Return Value
The converted data.
Remarks
The following formats are supported:
- Single
- Vector2 Structure
- Vector3 Structure
- Vector4 Structure
- Any implementation of IPackedVector Interface.
See Also
Reference
VertexChannel Class
VertexChannel Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP