 | RagdollPartTryImpactCollision Method |
Tries to reduce the strength of this part and neighboring ones using the specified collision data.
Namespace: Candlelight.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxprotected virtual bool TryImpactCollision(
Collision collision
)
Parameters
- collision
- Type: Collision
Collision.
Return Value
Type:
Boolean if the collision caused a reaction; otherwise,
.
See Also