Readonly
childrenContains child objects that are displayed inside this zone. This will also contain objects from display annotated properties, using the property keys as names.
Height of the zone in centimeters.
Optional
hiddenOptional display name for this object when hidden.
If true, this zone will only be displayed if it contains visible children, or is the target of a prompt for the viewing player.
Optional
labelOptional label text to describe this zone to players.
How much to expand the localBounds by.
Optional
nameOptional display name for this object.
Optional
outlineOptional color of the outline around this zone. Defaults to white.
Appearance of the outline around this zone.
Appearance of the outline around this zone when it is the target of a prompt.
Width of the zone in centimeters.
Builds a view of this object from the perspective of a player.
Information about where the object is in the scene, and who's viewing it.
Generated using TypeDoc
Represents a rectangular region on the table, with an outline and optional label. Child objects can be dynamically added or removed with children, or in a deriving class with display annotated properties.