docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddJobDependency

    AddJobDependency(JobHandle)

    Schedules the job handle passed as argument as a dependency of the Animator component.

    Declaration
    public void AddJobDependency(JobHandle jobHandle)
    Parameters
    Type Name Description
    JobHandle jobHandle

    Job handle that should be scheduled as a dependency of the Animator component.

    Remarks

    This method allows to schedule a job to be executed before the Animator component job executes. This in turn guarantees that the job passed as argument executes before Kinematica's motion synthesizer executes.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)