ClippingRoomChangedEvent¶
Class ClippingRoomChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- ClippingRoomChangedEvent
Index
Properties
Accessors
Properties
clip RoomID
The ID of the clip room.
id
The unique ID of the event.
properties
An object containing only the properties that were changed
Optionaltransaction Code
The transaction code associated with the event.
OptionaltransactionID
The transaction ID associated with the event.
Optionaltype
The type of the event.
Accessors
disabled
- get disabled(): boolean
Returns boolean
Deprecated
The disabled getter is deprecated. Please use ClipRoomProperties.enabled instead (note that disabled = !enabled).
Returns whether the clip room is disabled. This is the inverse of the enabled property in the properties object.
invisible
- get invisible(): boolean
Returns boolean
Deprecated
The invisible getter is deprecated. Please use ClipRoomProperties.invisible instead.
Returns whether the clip room is visually hidden. When true, the clip room's wireframe outline will not be displayed, though the clipping effect remains active.
name
- get name(): string
Returns string
Deprecated
The name getter is deprecated. Please use ClipRoomProperties.name instead.
Returns the display name of the clip room, which can be used for identification in user interfaces or for debugging purposes.
size
- get size(): Float32Array<ArrayBufferLike> | [number, number, number]
Returns Float32Array<ArrayBufferLike> | [number, number, number]
Deprecated
The size getter is deprecated. Please use ClipRoomProperties.size instead.
Returns the dimensions of the clip room along the X, Y, and Z axes. The size defines the extent of the clipping box in local space.
transformation
- get transformation(): | Float32Array<ArrayBufferLike>
| [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
] Returns
| Float32Array<ArrayBufferLike>
| [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
]Deprecated
The transformation getter is deprecated. Please use ClipRoomProperties.transform instead.
Returns the 4x4 transformation matrix that defines the position, rotation, and scale of the clip room in world space.
Event that is fired when properties of a clip room are changed. Contains the clip room ID and an object with only the properties that were actually changed.
See