Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

Properties

billBoardMode: number = 1
feature: Feature
id: string = ...
showing: boolean = false
uuid: string

Accessors

Methods

  • addButton(text?: null | string, positionInGrid?: [number, number], id?: null | string): guiControl
  • Parameters

    • text: null | string = null
    • positionInGrid: [number, number] = ...
    • id: null | string = null

    Returns guiControl

  • addText(text?: null | string, positionInGrid?: [number, number], id?: string): guiControl
  • Parameters

    • text: null | string = null
    • positionInGrid: [number, number] = ...
    • Optional id: string

    Returns guiControl

  • destroy(): void
  • getControlById(id: string): undefined | guiControl
  • getControlByPosition(positionInGrid: [number, number]): undefined | guiControl
  • getControlByUuid(uuid: string): undefined | guiControl
  • serialize(): { billBoardMode: number; listOfControls: { id: undefined | string; positionInGrid: [number, number]; text: undefined | string; type: "button" | "text"; uuid: string }[]; uuid: string }
  • Returns { billBoardMode: number; listOfControls: { id: undefined | string; positionInGrid: [number, number]; text: undefined | string; type: "button" | "text"; uuid: string }[]; uuid: string }

    • billBoardMode: number
    • listOfControls: { id: undefined | string; positionInGrid: [number, number]; text: undefined | string; type: "button" | "text"; uuid: string }[]
    • uuid: string
  • show(): void

Generated using TypeDoc