ReadonlyexitedEvery Overlap that left the probe's volume this frame, sorted by Overlap#id. A collider's Overlap#collider may be null if it was destroyed while a member; use Overlap#id to correlate the exit with its enter.
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.
Args for OverlapProbe#onOverlapExit, delivered once per frame:
exitedOverlaps, every membership that left the probe's volume this frame (or whose collider was removed while a member, or that remained when the probe itself was removed). To track the full set currently inside, keep a collection keyed by Overlap#id, adding on OverlapEnterEventArgs#enteredOverlaps and removing on exit.Since
Lens Scripting Version 375
Snap OS
Example