C# Class IKSlothController

Inheritance: MonoBehaviour
Datei anzeigen Open project: ferdbold/littleawfuljam2016 Class Usage Examples

Public Properties

Property Type Description
ikActive bool
leftHandObj Transform
lookObjLeft Transform
lookObjRight Transform
rightHandObj Transform

Protected Properties

Property Type Description
animator Animator

Protected Methods

Method Description
OnAnimatorIK ( ) : void
Start ( ) : void

Method Details

OnAnimatorIK() protected method

protected OnAnimatorIK ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

animator protected_oe property

protected Animator animator
return Animator

ikActive public_oe property

public bool ikActive
return bool

leftHandObj public_oe property

public Transform leftHandObj
return Transform

lookObjLeft public_oe property

public Transform lookObjLeft
return Transform

lookObjRight public_oe property

public Transform lookObjRight
return Transform

rightHandObj public_oe property

public Transform rightHandObj
return Transform