Click or drag to resize
TetrapodHierarchyAutomaticallyFindParts Method
Automatically finds all parts in this object's hierarchy using the serialized naming convention or specified Animator.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public 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