Zone
Spatial#
Derived fromAn object to manipulate compatible Spatials inside its field, such as organizing/aligning widgets or creating workspaces, acting as an inertial reference frame or part of a multi-selection wand.
#
Signalsbool isCaptured(string spatialUUID)
#
Returns true
/false
if the Spatial is captured by this zone or another, null
if the Spatial at spatialUUID
is not accessible by this zone or does not exist.
capture(string spatialUUID)
#
Captures the Spatial at spatialUUID
if that Spatial exists and is accessible by this zone. This means that the Spatial cannot be seen or affected by other zones unless a zone is closer to the Spatial than this zone.
release(string spatialUUID)
#
Uncaptures the Spatial at spatialUUID
so any zone the Spatial is inside can access it.