Class MultiParentInverseConstraintJobBinder<T>
The MultiParent inverse constraint job binder.
Inheritance
MultiParentInverseConstraintJobBinder<T>
Inherited Members
Namespace: UnityEditor.Animations.Rigging
Syntax
public class MultiParentInverseConstraintJobBinder<T> : AnimationJobBinder<MultiParentInverseConstraintJob, T>, IAnimationJobBinder where T : struct, IAnimationJobData, IMultiParentConstraintData
Type Parameters
Name | Description |
---|---|
T | The constraint data type |
Methods
Create(Animator, ref T, Component)
Creates the animation job.
Declaration
public override MultiParentInverseConstraintJob Create(Animator animator, ref T data, Component component)
Parameters
Type | Name | Description |
---|---|---|
Animator | animator | The animated hierarchy Animator component. |
T | data | |
Component | component | The constraint component. |
Returns
Type | Description |
---|---|
MultiParentInverseConstraintJob | Returns a new job interface. |
Overrides
UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEditor.Animations.Rigging.MultiParentInverseConstraintJob, T>.Create(UnityEngine.Animator, T, UnityEngine.Component)
Destroy(MultiParentInverseConstraintJob)
Destroys the animation job.
Declaration
public override void Destroy(MultiParentInverseConstraintJob job)
Parameters
Type | Name | Description |
---|---|---|
MultiParentInverseConstraintJob | job |
Overrides
UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEditor.Animations.Rigging.MultiParentInverseConstraintJob, T>.Destroy(UnityEditor.Animations.Rigging.MultiParentInverseConstraintJob)