Class LambdaSingleJobDescriptionExecutionMethods
Static class holding methods to construct lambda jobs (Entities.ForEach and Job.WithCode)
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public static class LambdaSingleJobDescriptionExecutionMethodsMethods
| Name | Description | 
|---|---|
| Run<TDescription>(TDescription) | Runs the generated job immediately on the current thread. | 
| Schedule<TDescription>(TDescription) | Schedule the generated job to be run sequentially and use the Dependency property of the containing system for both the input and output dependencies. | 
| Schedule<TDescription>(TDescription, JobHandle) | Schedule the generated job to be run sequentially. |