Property Dependency
Dependency
The ECS-related data dependencies of the system.
Declaration
public JobHandle Dependency { get; set; }
Property Value
Type | Description |
---|---|
Job |
Remarks
Before On
The JobHandle objects of any jobs scheduled with explicit dependencies are not combined with the system’s Dependency property. You must set the Dependency property manually to make sure that later systems receive the correct job dependencies.