Class MultiReferentialConstraintJobBinder<T>
The MultiReferential constraint job binder.
Inheritance
MultiReferentialConstraintJobBinder<T>
Inherited Members
Namespace: UnityEngine.Animations.Rigging
Syntax
public class MultiReferentialConstraintJobBinder<T> : AnimationJobBinder<MultiReferentialConstraintJob, T>, IAnimationJobBinder where T : struct, IAnimationJobData, IMultiReferentialConstraintData
Type Parameters
Name | Description |
---|---|
T | The constraint data type |
Methods
Create(Animator, ref T, Component)
Creates the animation job.
Declaration
public override MultiReferentialConstraintJob 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 |
---|---|
MultiReferentialConstraintJob | Returns a new job interface. |
Overrides
UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEngine.Animations.Rigging.MultiReferentialConstraintJob, T>.Create(UnityEngine.Animator, T, UnityEngine.Component)
Destroy(MultiReferentialConstraintJob)
Destroys the animation job.
Declaration
public override void Destroy(MultiReferentialConstraintJob job)
Parameters
Type | Name | Description |
---|---|---|
MultiReferentialConstraintJob | job |
Overrides
UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEngine.Animations.Rigging.MultiReferentialConstraintJob, T>.Destroy(UnityEngine.Animations.Rigging.MultiReferentialConstraintJob)