class in Unity.Jobs.LowLevel.Unsafe
/
Implemented in:UnityEngine.CoreModule
Indicates that a job interface's Execute method can be Burst compiled.
All job interface types must be marked with the JobProducerType. This is used to compile the Execute method by the Burst ASM inspector.
ProducerType | Contains the Execute static method which the job system invokes. |
JobProducerTypeAttribute | Indicates which type is the JobProducerType. |