Interface IBodyAccessFilter
- Namespace
- BepuPhysics.Constraints
- Assembly
- BepuPhysics.dll
Constrains which body properties should be accessed in a body during constraint data gathering/scattering.
public interface IBodyAccessFilter
Properties
AccessAngularVelocity
Gets whether to load or store body linear velocity in this constraint.
bool AccessAngularVelocity { get; }
Property Value
AccessLinearVelocity
Gets whether to load or store body linear velocity in this constraint.
bool AccessLinearVelocity { get; }
Property Value
GatherInertiaTensor
Gets whether body inertia tensor is loaded by this constraint.
bool GatherInertiaTensor { get; }
Property Value
GatherMass
Gets whether body mass is loaded by this constraint.
bool GatherMass { get; }
Property Value
GatherOrientation
Gets whether orientation is loaded by the constraint.
bool GatherOrientation { get; }
Property Value
GatherPosition
Gets whether position is loaded by the constraint.
bool GatherPosition { get; }