RSX Code Reference
    Preparing search index...

    Type Alias MeshUVViewerData

    Data required for the MeshUVViewerWindow.

    type MeshUVViewerData = {
        indices: number[];
        mesh: Mesh;
        subMeshData: Immutable<SubMesh>[];
        uvs: Vector2[];
    }
    Index
    indices: number[]
    mesh: Mesh
    subMeshData: Immutable<SubMesh>[]
    uvs: Vector2[]