Class SelectionHighlightRendererSettings

A structure that contains settings for a SelectionHighlightRenderer.

Constructors

Properties

_colorTint: Color
_isEnabled: boolean

Accessors

  • get colorTint(): Color
  • Sets the color which the selection highlights is rendered with.

    Returns Color

  • set colorTint(value): void
  • Parameters

    Returns void

  • get isEnabled(): boolean
  • Enables or disables the selection highlights rendering over the scene geometry.

    Returns boolean

  • set isEnabled(value): void
  • Parameters

    • value: boolean

    Returns void

Methods