Engine API Reference - v2.11.0
    Preparing search index...

    Interface GizmoTheme

    interface GizmoTheme {
        disabled: Color;
        guideBase: { f: Color; x: Color; y: Color; z: Color };
        guideOcclusion: number;
        shapeBase: { f: Color; x: Color; xyz: Color; y: Color; z: Color };
        shapeHover: { f: Color; x: Color; xyz: Color; y: Color; z: Color };
    }
    Index

    Properties

    disabled: Color

    The disabled color.

    guideBase: { f: Color; x: Color; y: Color; z: Color }

    The guide line colors.

    guideOcclusion: number

    The guide occlusion value. Defaults to 0.8.

    shapeBase: { f: Color; x: Color; xyz: Color; y: Color; z: Color }

    The axis colors.

    shapeHover: { f: Color; x: Color; xyz: Color; y: Color; z: Color }

    The hover colors.