Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GeneratorInstance.IRealtime

The processing interface an implementation of a GeneratorInstance must implement on a struct to be fully formed.
Read time 1 minuteLast updated 6 days ago

Definition

[JobProducerType(typeof(IGeneratorProcessorExtensions.JobStruct<>))]public interface GeneratorInstance.IRealtime : ProcessorInstance.IRealtime, GeneratorInstance.ICapabilities

Remarks

The processing side of a ProcessorInstance receives various callbacks from a RealtimeContext from the logical processing thread. You can annotate this with BurstCompileAttribute to have it compiled with Burst.
Additional Resources: ProcessorInstance.IRealtime

Inheritance