Posing the children of a Transform to match the children of another Transform More...


Classes | |
| class | Map | 
| Mapping a bone to its target  More... | |
Public Member Functions | |
| override void | AutoMapping () | 
| Finds mapping automatically. This requires for all children of the transform to have unique names. This method is not very memory efficient so try to avoid using it in play mode.  More... | |
  Public Member Functions inherited from Poser | |
| void | UpdateManual () | 
| For manual update of the poser.  More... | |
  Public Member Functions inherited from SolverManager | |
| void | Disable () | 
| [DEPRECATED] Use "enabled = false" instead.  More... | |
Additional Inherited Members | |
  Public Attributes inherited from Poser | |
| Transform | poseRoot | 
| Reference to the other Transform (should be identical to this one)  More... | |
| float | weight = 1f | 
| The master weight.  More... | |
| float | localRotationWeight = 1f | 
| Weight of localRotation matching  More... | |
| float | localPositionWeight | 
| Weight of localPosition matching  More... | |
Posing the children of a Transform to match the children of another Transform
 1.8.4