ProcessorInstance.IRealtime
Base interface for the common processing logic of a ProcessorInstance.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
public interface ProcessorInstance.IRealtime
Remarks
All ProcessorInstances must implement this interface to be fully formed, though usually each specific ProcessorInstance implements a more specific interface inheriting from this one.
Additional Resources: GeneratorInstance.IRealtime, ProcessorInstance.IControl<TRealtime>
Methods
Method | Description |
|---|---|
| Update | Implement this function to react to data sent to the ProcessorInstance or communicate something back. |