Version: 2023.1
언어: 한국어

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.