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