RSX Code Reference
    Preparing search index...
    • rsx
    • SelectionHighlightRendererSettings

    Class SelectionHighlightRendererSettings

    A structure that contains settings for a SelectionHighlightRenderer.

    Index
    _colorTint: Color
    _isEnabled: boolean
    • get colorTint(): Color

      Sets the color which the selection highlights is rendered with.

      Returns Color

    • set colorTint(value: Immutable<Color>): void

      Parameters

      Returns void

    • get isEnabled(): boolean

      Enables or disables the selection highlights rendering over the scene geometry.

      Returns boolean

    • set isEnabled(value: boolean): void

      Parameters

      • value: boolean

      Returns void