Click or drag to resize
RagdollPartTryAddImpactAtPoint Method
Tries to add an impact at the specified point that will cause this part and neighboring ones to reduce their strength.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public virtual bool TryAddImpactAtPoint(
	Vector3 impulse,
	Vector3 point
)

Parameters

impulse
Type: Vector3
Impulse.
point
Type: Vector3
Point.

Return Value

Type: Boolean
if the impulse caused a reaction; otherwise, .
See Also