Click or drag to resize
TetrapodRagdollAutomaticallyFindParts Method
Automatically finds all parts in this object's hierarchy using a TetrapodNamingConvention or Animator. The character is assumed to be in a neutral pose (e.g., T-Pose).

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void AutomaticallyFindParts(
	Animator animator = null
)

Parameters

animator (Optional)
Type: Animator
An optional Animator to use if the naming convention is null. If this parameter is left unspecified then the method will check this object for an Animator component if needed.
See Also