C# Class FABRIK, Unity3D-FABRIK

Inheritance: MonoBehaviour
Show file Open project: Tannz0rz/FABRIK Class Usage Examples

Public Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
OnFABRIK ( ) : void
Solve ( ) : void
Update ( ) : void
this ( int index ) : FABRIKChain

Private Methods

Method Description
CreateSystem ( Transform transform, FABRIKChain, parent = null, int layer ) : FABRIKChain,

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnFABRIK() public method

public OnFABRIK ( ) : void
return void

Solve() public method

public Solve ( ) : void
return void

Update() public method

public Update ( ) : void
return void

this() public method

public this ( int index ) : FABRIKChain
index int
return FABRIKChain