Dedicated abstrac base component for the Grounding solver. More...


Public Member Functions | |
| delegate void | GrounderDelegate () |
| Delegate for Grounder events. More... | |
| abstract void | ResetPosition () |
| Resets this Grounder so characters can be teleported instananeously. More... | |
Public Attributes | |
| float | weight = 1f |
| The master weight. Use this to fade in/out the grounding effect. More... | |
| Grounding | solver = new Grounding() |
| The Grounding solver. Not to confuse with IK solvers. More... | |
| GrounderDelegate | OnPreGrounder |
| Called before the Grounder updates its solver. More... | |
| GrounderDelegate | OnPostGrounder |
| Called after the Grounder has updated its solver and before the IK is applied. More... | |
| GrounderDelegate | OnPostIK |
| Called after the IK has updated. More... | |
Dedicated abstrac base component for the Grounding solver.
1.8.4