Class TwistCorrectionJobBinder<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 TwistCorrectionJobBinder<T> : AnimationJobBinder<TwistCorrectionJob, T>, IAnimationJobBinder where T : struct, IAnimationJobData, ITwistCorrectionData
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
Create(Animator, ref T)
Declaration
public override TwistCorrectionJob Create(Animator animator, ref T data)
Parameters
| Type | Name | Description |
|---|---|---|
| Animator | animator | |
| T | data |
Returns
| Type | Description |
|---|---|
| TwistCorrectionJob |
Overrides
UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEngine.Animations.Rigging.TwistCorrectionJob, T>.Create(Animator, T)
Destroy(TwistCorrectionJob)
Declaration
public override void Destroy(TwistCorrectionJob job)
Parameters
| Type | Name | Description |
|---|---|---|
| TwistCorrectionJob | job |
Overrides
UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEngine.Animations.Rigging.TwistCorrectionJob, T>.Destroy(UnityEngine.Animations.Rigging.TwistCorrectionJob)
Update(TwistCorrectionJob, ref T)
Declaration
public override void Update(TwistCorrectionJob job, ref T data)
Parameters
| Type | Name | Description |
|---|---|---|
| TwistCorrectionJob | job | |
| T | data |
Overrides
UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEngine.Animations.Rigging.TwistCorrectionJob, T>.Update(UnityEngine.Animations.Rigging.TwistCorrectionJob, T)