Click or drag to resize
RagdollPartIsRecoveringFromImpact Property
Gets a value indicating whether this instance is recovering from an environmental impact or an impulse manually applied via TryAddImpactAtPoint(Vector3, Vector3).

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool IsRecoveringFromImpact { get; }

Property Value

Type: Boolean
if this instance is recovering from an impact; otherwise, .
See Also