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