Strata - v1.4.10
    Preparing search index...

    Interface TriggerMaterialConfig

    Configuration for trigger material appearance.

    interface TriggerMaterialConfig {
        activeColor?: ColorRepresentation;
        color?: ColorRepresentation;
        emissiveIntensity?: number;
        metalness?: number;
        roughness?: number;
    }
    Index

    Properties

    activeColor?: ColorRepresentation

    Active/pressed color.

    color?: ColorRepresentation

    Neutral color.

    emissiveIntensity?: number

    Glow intensity when active.

    metalness?: number

    Surface metalness. Default: 0.5.

    roughness?: number

    Surface roughness. Default: 0.5.