All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Public Attributes | List of all members
Grounder Class Referenceabstract

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

Inheritance diagram for Grounder:
Inheritance graph
[legend]
Collaboration diagram for Grounder:
Collaboration graph
[legend]

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...
 

Detailed Description

Dedicated abstrac base component for the Grounding solver.