Class ClippingPolygonObject

baseclass for all Objects

Hierarchy (view full)

Accessors

  • get className(): string
  • Returns string

Constructors

Methods

Properties

[moduleIdSymbol]?: string
activeOnStartup: boolean
clippingPolygonChanged: VcsEvent<{
    newValue: ClippingPolygon;
    oldValue: undefined | ClippingPolygon;
}> = ...
isDestroyed: boolean
layersChanged: VcsEvent<{
    newValue: string[] | "all";
    oldValue: string[] | "all";
}> = ...
name: string

unique Name

properties: Record<string, unknown>
terrainChanged: VcsEvent<boolean> = ...