Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

category?: string
defaultValue: <internal>.Vec3
description?: string
fieldLabels?: {}

Type declaration

  • [name: string]: string
isEssential?: boolean
isHidden?: boolean
isOptional?: boolean
label?: string
legend?: Legend
max?: number

If given treat as a range.

min?: number

If given treat as a range.

shortLabel?: boolean
step?: number

If given treat as a range. If an integer parse value with parseInt, otherwise use parseFloat.

twoColumns?: boolean
type: "vec3"

Methods

  • help(value: any): { description?: string; legend?: Legend }
  • Parameters

    • value: any

    Returns { description?: string; legend?: Legend }

    • Optional description?: string
    • Optional legend?: Legend
  • hideIf(currentGroup: any): boolean
  • Parameters

    • currentGroup: any

    Returns boolean

Generated using TypeDoc