Class VertexRendererSettings

A structure that contains settings for a VertexRenderer.

Constructors

Properties

_colorTint: Color
_isEnabled: boolean

Accessors

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

    Returns Color

  • set colorTint(value): void
  • Parameters

    Returns void

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

    Returns boolean

  • set isEnabled(value): void
  • Parameters

    • value: boolean

    Returns void

Methods