UVAtlasOutput Structure (Microsoft.DirectX.Direct3D)

Contains texture atlas data returned from UVAtlas member methods.

Definition

Visual Basic Public Structure UVAtlasOutput
C# public struct UVAtlasOutput 
C++ public value class UVAtlasOutput sealed 
JScript In JScript, you can use structures, but you cannot define your own.

Members Table

The following table lists the members exposed by the object.

Methods

Method Description
UVAtlasOutput Initializes a new instance of the UVAtlasOutput class.

Properties

Property Description
FacePartitioning Gets face partitioning data created as a result of a UVAtlas method.
MaximumStretch Gets the maximum stretch value output as a result of a UVAtlas method.
Mesh Gets the mesh created as the result of a UVAtlas method.
NumberCharts Gets the number of charts created as a result of a UVAtlas method, or the number of charts required to create a texture atlas.
VertexRemapArray Gets a GraphicsStream that describes the remapping of the vertices of the mesh created by a UVAtlas texture atlas operation.

Structure Information

Namespace Microsoft.DirectX.Direct3D
Assembly Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll)
Strong Name Microsoft.DirectX.Direct3DX,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also