Class MultiAimConstraintJobBinder<T> | Animation Rigging | 1.0.3
docs.unity3d.com
    Show / Hide Table of Contents

    Class MultiAimConstraintJobBinder<T>

    The MultiAim constraint job binder.

    Inheritance
    Object
    AnimationJobBinder<MultiAimConstraintJob, T>
    MultiAimConstraintJobBinder<T>
    Inherited Members
    AnimationJobBinder<MultiAimConstraintJob, T>.Create(Animator, T, Component)
    AnimationJobBinder<MultiAimConstraintJob, T>.Destroy(MultiAimConstraintJob)
    AnimationJobBinder<MultiAimConstraintJob, T>.Update(MultiAimConstraintJob, T)
    AnimationJobBinder<MultiAimConstraintJob, T>.IAnimationJobBinder.Create(Animator, IAnimationJobData, Component)
    AnimationJobBinder<MultiAimConstraintJob, T>.IAnimationJobBinder.Destroy(IAnimationJob)
    AnimationJobBinder<MultiAimConstraintJob, T>.IAnimationJobBinder.Update(IAnimationJob, IAnimationJobData)
    AnimationJobBinder<MultiAimConstraintJob, T>.IAnimationJobBinder.CreatePlayable(PlayableGraph, IAnimationJob)
    Namespace: UnityEngine.Animations.Rigging
    Syntax
    public class MultiAimConstraintJobBinder<T> : AnimationJobBinder<MultiAimConstraintJob, T>, IAnimationJobBinder where T : struct, IAnimationJobData, IMultiAimConstraintData
    Type Parameters
    Name Description
    T

    The constraint data type

    Methods

    Create(Animator, ref T, Component)

    Creates the animation job.

    Declaration
    public override MultiAimConstraintJob Create(Animator animator, ref T data, Component component)
    Parameters
    Type Name Description
    Animator animator

    The animated hierarchy Animator component.

    T data
    Component component

    The constraint component.

    Returns
    Type Description
    MultiAimConstraintJob

    Returns a new job interface.

    Overrides
    UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEngine.Animations.Rigging.MultiAimConstraintJob, T>.Create(UnityEngine.Animator, T, UnityEngine.Component)

    Destroy(MultiAimConstraintJob)

    Destroys the animation job.

    Declaration
    public override void Destroy(MultiAimConstraintJob job)
    Parameters
    Type Name Description
    MultiAimConstraintJob job
    Overrides
    UnityEngine.Animations.Rigging.AnimationJobBinder<UnityEngine.Animations.Rigging.MultiAimConstraintJob, T>.Destroy(UnityEngine.Animations.Rigging.MultiAimConstraintJob)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023