Handle representing an allocated portion in the PortionDataTexture.

interface PortionHandle {
    base: number;
    id: number;
}

Properties

Properties

base: number
id: number