Struct CollidableStack
- Namespace
- Stride.BepuPhysics
- Assembly
- Stride.BepuPhysics.dll
Unmanaged low level information about an overlap test
public readonly record struct CollidableStack : IEquatable<CollidableStack>
- Implements
- Inherited Members
Constructors
CollidableStack(CollidableReference, uint)
Unmanaged low level information about an overlap test
public CollidableStack(CollidableReference Reference, uint Versioning)
Parameters
Reference
CollidableReferenceCollidable the test shape overlaps with
Versioning
uintStores the version the collidable was sampled on to conditionally skip collidables that were removed or otherwise changed while the iteration ran
Properties
Reference
Collidable the test shape overlaps with
public CollidableReference Reference { get; init; }
Property Value
- CollidableReference
Versioning
Stores the version the collidable was sampled on to conditionally skip collidables that were removed or otherwise changed while the iteration ran
public uint Versioning { get; init; }