Struct LambdaJob
Implements
Inherited Members
Namespace: Unity.Simulation
Assembly: solution.dll
Syntax
public struct LambdaJob : IJob
Constructors
| Name | Description |
|---|---|
| LambdaJob(DelegateType) |
Methods
| Name | Description |
|---|---|
| Execute() | Implement this method to perform work on a worker thread. |