Class WeldConstraintComponent
- Namespace
- Stride.BepuPhysics.Constraints
- Assembly
- Stride.BepuPhysics.dll
[DataContract]
[DefaultEntityComponentProcessor(typeof(ConstraintProcessor), ExecutionMode = ExecutionMode.Runtime)]
[ComponentCategory("Physics - Bepu Constraint")]
public sealed class WeldConstraintComponent : TwoBodyConstraintComponent<Weld>, IIdentifiable
- Inheritance
-
ConstraintComponent<Weld>WeldConstraintComponent
- Implements
- Inherited Members
Constructors
WeldConstraintComponent()
public WeldConstraintComponent()
Properties
LocalOffset
public Vector3 LocalOffset { get; set; }
Property Value
LocalOrientation
public Quaternion LocalOrientation { get; set; }
Property Value
SpringDampingRatio
public float SpringDampingRatio { get; set; }
Property Value
SpringFrequency
public float SpringFrequency { get; set; }