Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 override IEnumerable<TargetType> ReadConvertedContent<TargetType> ()
Type Parameters
- TargetType
Target vector format for the converted channel data.
Return Value
The converted channel data.
Remarks
The following formats are supported:
- Single
- Vector2 Structure
- Vector3 Structure
- Vector4 Structure
- Any implementation of IPackedVector Interface.
See Also
Reference
VertexChannel Generic Class
VertexChannel Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP