ReadonlyenteredEvery Overlap that entered the probe's volume this frame, sorted by Overlap#id. Membership is sampled once per frame, so a collider that enters and leaves between two samples is never reported. Anything reported here later appears in OverlapExitEventArgs#exitedOverlaps on the frame it leaves.
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#onOverlapEnter, delivered once per frame:
enteredOverlaps, every membership that entered the probe's volume this frame. To track the full set currently inside, keep a collection keyed by Overlap#id, adding on enter and removing on OverlapExitEventArgs#exitedOverlaps.Since
Lens Scripting Version 375
Snap OS
Example