Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGuiControlParam

Gui control param

Hierarchy

  • IGuiControlParam

Index

Properties

Optional children

children?: IGuiControlParam[]

The children of folder type

Optional control

control?: string | {}

Optional controller

controller?: I3JS.GUI | GUIController

The controller of gui

Optional isOpen

isOpen?: boolean

is opened in case folder

Optional listen

listen?: boolean

Optional max

max?: number

The max value of number type

Optional min

min?: number

The min value of number type

name

name: string

The name of gui control

Optional select

select?: string[] | {}

The select value of select type

Optional step

step?: number

The step value of number type

Optional title

title?: string

The title of gui name

Optional type

type?: "number" | "color" | "auto" | "select" | "folder" | "button" | "checkbox" | "input" | "listen"

The type of gui control

Optional value

value?: any

The name of gui control

Methods

Optional change

  • change(value?: any): void

Optional finishChange

  • finishChange(value?: any): void

Generated using TypeDoc