 | TetrapodHierarchyAutomaticallyFindParts Method |
Automatically finds all parts in this object's hierarchy using the serialized naming convention or specified
Animator.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic virtual void AutomaticallyFindParts(
Animator animator = null
)
Parameters
- animator (Optional)
- Type: Animator
An optional Animator to use if the naming convention is . If
this parameter is left unspecified then the method will just check this object for an
Animator component if needed.
See Also