Class LambdaSingleJobDescriptionConstructionMethods
Static class holding methods to construct Job.WithCode jobs.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public static class LambdaSingleJobDescriptionConstructionMethodsMethods
| Name | Description | 
|---|---|
| WithCode<TDescription>(TDescription, WithCodeAction) | Provides an easy way to run a function as a single background job. You can also run Job.WithCode on the main thread and still take advantage of Burst compilation to speed up execution. |