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