JobProducerTypeAttribute Constructor

Declaration

public JobProducerTypeAttribute(Type producerType);

Parameters

producerType The type containing a static Execute method which the job system invokes.

Description

Indicates which type is the JobProducerType.

The job system and the Burst compiler uses this attribute when determining how to instantiate custom job types.


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