Hilo3d API - v2.0.0-alpha.3
    Preparing search index...

    Interface MaterialTextureSlotInput

    interface MaterialTextureSlotInput {
        channels?: readonly [
            MaterialTextureChannel,
            MaterialTextureChannel,
            MaterialTextureChannel,
            MaterialTextureChannel,
        ];
        encoding?: MaterialTextureEncoding;
        texture: Texture<unknown>;
        transform?: Matrix3 | null;
        uvSet?: 0 | 1;
    }
    Index
    texture: Texture<unknown>
    transform?: Matrix3 | null
    uvSet?: 0 | 1