UVAtlas Class (Microsoft.DirectX.Direct3D)

Contains methods for creating UV texture atlases.

Definition

Visual BasicPublic Class UVAtlas
    Inherits ObjectLeave Site
C#public class UVAtlas : ObjectLeave Site
C++public ref class UVAtlas : ObjectLeave Site
JScriptpublic class UVAtlas extends ObjectLeave Site

Members Table

The following table lists the members exposed by the object.

Methods

MethodDescription
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

NamespaceMicrosoft.DirectX.Direct3D
AssemblyMicrosoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll)
Strong NameMicrosoft.DirectX.Direct3DX,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also

Show: