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