GeneratorInstance.IRealtime
The processing interface an implementation of a GeneratorInstance must implement on a struct to be fully formed.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
[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