UVAtlas Class (Microsoft.DirectX.Direct3D)

Contains methods for creating UV texture atlases.

Definition

Visual Basic Public Class UVAtlas
    Inherits ObjectLeave Site
C# public class UVAtlas : ObjectLeave Site
C++ public ref class UVAtlas : ObjectLeave Site
JScript public class UVAtlas extends ObjectLeave Site

Members Table

The following table lists the members exposed by the object.

Methods

Method Description
static (Shared in Visual Basic) Create Creates one or more UV texture atlases.
static (Shared in Visual Basic) Pack Packs the face partitioning data into a texture atlas.
static (Shared in Visual Basic) Partition Creates one or more UV texture atlases (like UVAtlas.Create), without performing the final packing step.

Inheritance Hierarchy

ObjectLeave Site

UVAtlas

Class 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