JobProducerTypeAttributeConstructor

Switch to Manual
public JobProducerTypeAttribute (Type producerType);

Parameters

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

Description