Class MultiPositionConstraintJobBinder<T>
The MultiPosition constraint job binder.
Inheritance
MultiPositionConstraintJobBinder<T>
  Implements
Inherited Members
Namespace: UnityEngine.Animations.Rigging
Assembly: Unity.Animation.Rigging.dll
Syntax
public class MultiPositionConstraintJobBinder<T> : AnimationJobBinder<MultiPositionConstraintJob, T>, IAnimationJobBinder where T : struct, IAnimationJobData, IMultiPositionConstraintData
  Type Parameters
| Name | Description | 
|---|---|
| T | The constraint data type  | 
      
Methods
Create(Animator, ref T, Component)
Creates the animation job.
Declaration
public override MultiPositionConstraintJob 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 | 
|---|---|
| MultiPositionConstraintJob | Returns a new job interface.  | 
      
Overrides
Destroy(MultiPositionConstraintJob)
Destroys the animation job.
Declaration
public override void Destroy(MultiPositionConstraintJob job)
  Parameters
| Type | Name | Description | 
|---|---|---|
| MultiPositionConstraintJob | job | The animation job to destroy.  |