Table of Contents

Interface IWithTwoLocalOffset

Namespace
Stride.BepuPhysics.Constraints
Assembly
Stride.BepuPhysics.dll
public interface IWithTwoLocalOffset : ITwoBody
Inherited Members

Properties

LocalOffsetA

Offset from the center of body A to its attachment in A's local space.

Vector3 LocalOffsetA { get; set; }

Property Value

Vector3

LocalOffsetB

Offset from the center of body B to its attachment in B's local space.

Vector3 LocalOffsetB { get; set; }

Property Value

Vector3