 | RagdollAnimatorZeroVelocityThreshold Property |
Namespace: Candlelight.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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