JobProducerTypeAttribute

class in Unity.Jobs.LowLevel.Unsafe

/

Implemented in:UnityEngine.CoreModule

Description

All job interface types must be marked with the JobProducerType. This is used to compile the Execute method by the Burst ASM inspector.

Properties

ProducerTypeProducerType is the type containing a static method named "Execute" method which is the method invokes by the job system.

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