MaterialSettings: {
    highlight: {
        color: Color;
        opacity: number;
    };
    isolation: {
        color: Color;
        opacity: number;
    };
    outline: {
        blur: number;
        color: Color;
        falloff: number;
        intensity: number;
    };
    section: {
        strokeColor: Color;
        strokeFalloff: number;
        strokeWidth: number;
    };
}

Type declaration

  • highlight: {
        color: Color;
        opacity: number;
    }
    • color: Color
    • opacity: number
  • isolation: {
        color: Color;
        opacity: number;
    }
    • color: Color
    • opacity: number
  • outline: {
        blur: number;
        color: Color;
        falloff: number;
        intensity: number;
    }
    • blur: number
    • color: Color
    • falloff: number
    • intensity: number
  • section: {
        strokeColor: Color;
        strokeFalloff: number;
        strokeWidth: number;
    }
    • strokeColor: Color
    • strokeFalloff: number
    • strokeWidth: number

Generated using TypeDoc