Documentation - v19.5.0-dev
    Preparing search index...

    Interface BatchedMaterialParameters

    interface BatchedMaterialParameters {
        useMaterialColor?: boolean;
        useXray?: boolean;
        xrayOpacity?: number;
    }
    Index

    Properties

    useMaterialColor?: boolean

    Whether to use the material's color instead of the properties texture

    useXray?: boolean

    Whether to use xray rendering for the material

    xrayOpacity?: number