Class TwistChainConstraintJobBinder<T>
The TwistChain constraint job binder.
Implements
Inherited Members
Namespace: UnityEngine.Animations.Rigging
Assembly: Unity.Animation.Rigging.dll
Syntax
public class TwistChainConstraintJobBinder<T> : AnimationJobBinder<TwistChainConstraintJob, T>, IAnimationJobBinder where T : struct, IAnimationJobData, ITwistChainConstraintData
Type Parameters
Name | Description |
---|---|
T | The constraint data type |
Methods
Create(Animator, ref T, Component)
Creates the animation job.
Declaration
public override TwistChainConstraintJob Create(Animator animator, ref T data, Component component)
Parameters
Type | Name | Description |
---|---|---|
Animator | animator | The animated hierarchy Animator component. |
T | data | The constraint data. |
Component | component | The constraint component. |
Returns
Type | Description |
---|---|
TwistChainConstraintJob | Returns a new job interface. |
Overrides
Destroy(TwistChainConstraintJob)
Destroys the animation job.
Declaration
public override void Destroy(TwistChainConstraintJob job)
Parameters
Type | Name | Description |
---|---|---|
TwistChainConstraintJob | job | The animation job to destroy. |
Overrides
Update(TwistChainConstraintJob, ref T)
Updates the animation job.
Declaration
public override void Update(TwistChainConstraintJob job, ref T data)
Parameters
Type | Name | Description |
---|---|---|
TwistChainConstraintJob | job | The animation job to update. |
T | data | The constraint data. |