Base abstract class for IK solver components. More...


Public Member Functions | |
| abstract IKSolver | GetIKSolver () |
| Gets the IK component's solver as IKSolver. More... | |
Public Member Functions inherited from SolverManager | |
| void | Disable () |
| [DEPRECATED] Use "enabled = false" instead. More... | |
Additional Inherited Members | |
Public Attributes inherited from SolverManager | |
| bool | fixTransforms = true |
| If true, will fix all the Transforms used by the solver to their initial state in each Update. This prevents potential problems with unanimated bones and animator culling with a small cost of performance. Not recommended for CCD and FABRIK solvers. More... | |
Base abstract class for IK solver components.
1.8.4