Version: 2020.2
言語: 日本語

JobProducerTypeAttribute

class in Unity.Jobs.LowLevel.Unsafe

マニュアルに切り替える

説明

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

変数

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

コンストラクタ

JobProducerTypeAttribute