Class BlendConstraintJobBinder<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEngine.Animations.Rigging
Syntax
public class BlendConstraintJobBinder<T> : AnimationJobBinder<BlendConstraintJob, T>, IAnimationJobBinder where T : struct, IAnimationJobData, IBlendConstraintData
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
Create(Animator, ref T)
Declaration
public override BlendConstraintJob Create(Animator animator, ref T data)
Parameters
| Type | Name | Description |
|---|---|---|
| Animator | animator | |
| T | data |
Returns
| Type | Description |
|---|---|
| BlendConstraintJob |
Overrides
UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEngine.Animations.Rigging.BlendConstraintJob, T>.Create(Animator, T)
Destroy(BlendConstraintJob)
Declaration
public override void Destroy(BlendConstraintJob job)
Parameters
| Type | Name | Description |
|---|---|---|
| BlendConstraintJob | job |
Overrides
UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEngine.Animations.Rigging.BlendConstraintJob, T>.Destroy(UnityEngine.Animations.Rigging.BlendConstraintJob)
Update(BlendConstraintJob, ref T)
Declaration
public override void Update(BlendConstraintJob job, ref T data)
Parameters
| Type | Name | Description |
|---|---|---|
| BlendConstraintJob | job | |
| T | data |
Overrides
UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEngine.Animations.Rigging.BlendConstraintJob, T>.Update(UnityEngine.Animations.Rigging.BlendConstraintJob, T)