Method FindJointsFromRoot
FindJointsFromRoot(List<string>)
Finds the joint transform references from the root.
Declaration
public virtual void FindJointsFromRoot(List<string> missingJointNames)Parameters
| Type | Name | Description | 
|---|---|---|
| List<string> | missingJointNames | A list of strings to list the joints that were not found. | 
Remarks
Override this method to change how the joint transform references are found from the root and setup in the m_JointTransformReferences. This method is called from the default inspector editor UI when the Find Joints button is clicked.