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.