public void Complete() { if (!(this.jobGroup == IntPtr.Zero)) { JobHandle.ScheduleBatchedJobsAndComplete(ref this); } }
public void Complete() { bool flag = this.jobGroup == IntPtr.Zero; if (!flag) { JobHandle.ScheduleBatchedJobsAndComplete(ref this); } }