Click or drag to resize
RagdollAnimatorIsPartDisconnected Method
Determines whether the specified animated body has been disconnected, either because its joint broken or because a joint on one of its parents broke off.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool IsPartDisconnected(
	Transform animatedBody
)

Parameters

animatedBody
Type: Transform
Animated body.

Return Value

Type: Boolean
if the specified animated body has been disconnected; otherwise, .
See Also