C# Class RootMotion.FinalIK.Grounder

Dedicated abstrac base component for the Grounding solver.
Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: Alx666/ProjectPhoenix

Public Properties

Property Type Description
OnPostGrounder GrounderDelegate
OnPreGrounder GrounderDelegate

Protected Properties

Property Type Description
initiated bool

Protected Methods

Method Description
GetSpineOffsetTarget ( ) : Vector3
LogWarning ( string message ) : void
OpenScriptReference ( ) : void
OpenUserManual ( ) : void

Private Methods

Method Description
GetLegSpineBendVector ( RootMotion.FinalIK.Grounding leg ) : Vector3
GetLegSpineTangent ( RootMotion.FinalIK.Grounding leg ) : Vector3

Method Details

GetSpineOffsetTarget() protected method

protected GetSpineOffsetTarget ( ) : Vector3
return UnityEngine.Vector3

LogWarning() protected method

protected LogWarning ( string message ) : void
message string
return void

OpenScriptReference() protected abstract method

protected abstract OpenScriptReference ( ) : void
return void

OpenUserManual() protected abstract method

protected abstract OpenUserManual ( ) : void
return void

Property Details

OnPostGrounder public_oe property

Called after the Grounder has updated it's solver and before the IK is applied.
public GrounderDelegate OnPostGrounder
return GrounderDelegate

OnPreGrounder public_oe property

Called before the Grounder updates it's solver.
public GrounderDelegate OnPreGrounder
return GrounderDelegate

initiated protected_oe property

protected bool initiated
return bool