Class AnimationJobBinder<TJob, TData> | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class AnimationJobBinder<TJob, TData>

    Inheritance
    System.Object
    AnimationJobBinder<TJob, TData>
    BlendConstraintJobBinder<T>
    ChainIKConstraintJobBinder<T>
    DampedTransformJobBinder<T>
    MultiAimConstraintJobBinder<T>
    MultiParentConstraintJobBinder<T>
    MultiPositionConstraintJobBinder<T>
    MultiReferentialConstraintJobBinder<T>
    MultiRotationConstraintJobBinder<T>
    OverrideTransformJobBinder<T>
    SyncSceneToStreamJobBinder<T>
    TwistCorrectionJobBinder<T>
    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 abstract class AnimationJobBinder<TJob, TData> : IAnimationJobBinder where TJob : struct, IAnimationJob where TData : struct, IAnimationJobData
    Type Parameters
    Name Description
    TJob
    TData

    Methods

    Create(Animator, ref TData)

    Declaration
    public abstract TJob Create(Animator animator, ref TData data)
    Parameters
    Type Name Description
    Animator animator
    TData data
    Returns
    Type Description
    TJob

    Destroy(TJob)

    Declaration
    public abstract void Destroy(TJob job)
    Parameters
    Type Name Description
    TJob job

    Update(TJob, ref TData)

    Declaration
    public virtual void Update(TJob job, ref TData data)
    Parameters
    Type Name Description
    TJob job
    TData data

    Explicit Interface Implementations

    IAnimationJobBinder.Create(Animator, IAnimationJobData)

    Declaration
    IAnimationJob IAnimationJobBinder.Create(Animator animator, IAnimationJobData data)
    Parameters
    Type Name Description
    Animator animator
    IAnimationJobData data
    Returns
    Type Description
    IAnimationJob
    Implements
    IAnimationJobBinder.Create(Animator, IAnimationJobData)

    IAnimationJobBinder.CreatePlayable(PlayableGraph, IAnimationJob)

    Declaration
    AnimationScriptPlayable IAnimationJobBinder.CreatePlayable(PlayableGraph graph, IAnimationJob job)
    Parameters
    Type Name Description
    PlayableGraph graph
    IAnimationJob job
    Returns
    Type Description
    AnimationScriptPlayable
    Implements
    IAnimationJobBinder.CreatePlayable(PlayableGraph, IAnimationJob)

    IAnimationJobBinder.Destroy(IAnimationJob)

    Declaration
    void IAnimationJobBinder.Destroy(IAnimationJob job)
    Parameters
    Type Name Description
    IAnimationJob job
    Implements
    IAnimationJobBinder.Destroy(IAnimationJob)

    IAnimationJobBinder.Update(IAnimationJob, IAnimationJobData)

    Declaration
    void IAnimationJobBinder.Update(IAnimationJob job, IAnimationJobData data)
    Parameters
    Type Name Description
    IAnimationJob job
    IAnimationJobData data
    Implements
    IAnimationJobBinder.Update(IAnimationJob, IAnimationJobData)
    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