ReadonlyenterThe box probe's enter half-extents, cm.
ReadonlyexitThe box probe's exit half-extents, cm.
ReadonlyonSignals at most once per frame with the colliders that entered the probe's enter volume that frame, delivered as the OverlapEnterEventArgs#enteredOverlaps batch. When a frame has both enters and exits, onOverlapEnter fires before OverlapProbe#onOverlapExit. Delivered after Update, prior to LateUpdate.
ReadonlyonSignals at most once per frame with the colliders that left the probe's exit volume that frame, whose collider was removed while a member, or that were still inside when the probe itself was removed, delivered as the OverlapExitEventArgs#exitedOverlaps batch. Delivered after Update, prior to LateUpdate.
ReadonlyqueryThe layers this probe matches against. A collider joins only when its Interactable's
layerMask shares a layer with this set. Only layers 0-63 are supported, so this reads back
without any layers above that range the probe was created with.
Stops the probe and drops it from active tracking. Any colliders still inside fire one final OverlapProbe#onOverlapExit shortly after. No further events follow. Idempotent.
StaticgetReturns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Updates the box probe's enter and exit half-extents (cm). exitHalfExtents should be >=
enterHalfExtents per axis; equal values disable hysteresis. Applied at the next overlap
evaluation, after Update and before LateUpdate.
An OverlapProbe whose volume is an oriented box that tracks the SceneObject's world rotation (uniform scale only).
enterHalfExtents/exitHalfExtents(cm) give per-axis hysteresis. Create with SpecsInteractionModule#createBoxOverlapProbe.Since
Lens Scripting Version 375
Snap OS