Click or drag to resize
RagdollAnimatorZeroVelocityThreshold Property
Gets the Vector3.sqrMagnitude value below which a part's velocity is considered to be 0.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static float ZeroVelocityThreshold { get; set; }

Property Value

Type: Single
The Vector3.sqrMagnitude value below which a part's velocity is considered to be 0.
Remarks
This value is used to determine when cached velocity values need to be applied upon entering ragdoll in certain setups.
See Also