JobProducerTypeAttribute

class in Unity.Jobs.LowLevel.Unsafe

/

Implemented in:UnityEngine.CoreModule

Description

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.

Properties

ProducerTypeContains the Execute static method which the job system invokes.

Constructors

JobProducerTypeAttributeIndicates which type is the JobProducerType.

Did you find this page useful? Please give it a rating: