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

Grounding for BipedIK characters. More...

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

Public Member Functions

override void ResetPosition ()
 Resets this Grounder so characters can be teleported instananeously. More...
 
- Public Member Functions inherited from Grounder
delegate void GrounderDelegate ()
 Delegate for Grounder events. More...
 

Public Attributes

BipedIK ik
 The BipedIK componet. More...
 
float spineBend = 7f
 The amount of spine bending towards upward slopes. More...
 
float spineSpeed = 3f
 The interpolation speed of spine bending. More...
 
- Public Attributes inherited from Grounder
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

Grounding for BipedIK characters.