Class MultiParentConstraintJobBinder<T>
The MultiParent constraint job binder.
Inheritance
MultiParentConstraintJobBinder<T>
Inherited Members
Namespace: UnityEngine.Animations.Rigging
Syntax
public class MultiParentConstraintJobBinder<T> : AnimationJobBinder<MultiParentConstraintJob, 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 MultiParentConstraintJob 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 |
---|---|
MultiParentConstraintJob | Returns a new job interface. |
Overrides
UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEngine.Animations.Rigging.MultiParentConstraintJob, T>.Create(UnityEngine.Animator, T, UnityEngine.Component)
Destroy(MultiParentConstraintJob)
Destroys the animation job.
Declaration
public override void Destroy(MultiParentConstraintJob job)
Parameters
Type | Name | Description |
---|---|---|
MultiParentConstraintJob | job |
Overrides
UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEngine.Animations.Rigging.MultiParentConstraintJob, T>.Destroy(UnityEngine.Animations.Rigging.MultiParentConstraintJob)