This version of Unity is unsupported.

JobProducerTypeAttribute Constructor

public JobProducerTypeAttribute(Type producerType);

Parameters

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

Description