Class FlightInstance

baseclass for all Objects

Hierarchy

Accessors

  • get className(): string
  • Returns string

Constructors

Methods

Properties

[moduleIdSymbol]?: string
_anchorListeners: Map<string, (() => void)> = ...

Type declaration

    • (): void
    • Returns void

_interpolation: FlightInterpolation
_loop: boolean
_multiplier: number
_readyPromise: null | Promise<void> = null
_url: undefined | string
anchorsChanged: VcsEvent<void> = ...

Raised when anchors are added, removed, moved or changed

isDestroyed: boolean
name: string

unique Name

properties: Record<string, unknown>
propertyChanged: VcsEvent<"multiplier" | "loop" | "interpolation"> = ...

Raised when multiplier, loop or interpolation changes.

Generated using TypeDoc