JobHandle.Complete

public void Complete();

Description

Ensures that the job has completed.

The JobSystem automatically prioritizes the job and any of its dependencies to run first in the queue, then attempts to execute the job itself on the thread which calls the Complete function.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答