Table of Contents

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

bool

AccessLinearVelocity

Gets whether to load or store body linear velocity in this constraint.

bool AccessLinearVelocity { get; }

Property Value

bool

GatherInertiaTensor

Gets whether body inertia tensor is loaded by this constraint.

bool GatherInertiaTensor { get; }

Property Value

bool

GatherMass

Gets whether body mass is loaded by this constraint.

bool GatherMass { get; }

Property Value

bool

GatherOrientation

Gets whether orientation is loaded by the constraint.

bool GatherOrientation { get; }

Property Value

bool

GatherPosition

Gets whether position is loaded by the constraint.

bool GatherPosition { get; }

Property Value

bool