Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProcessorInstance.IRealtime

Base interface for the common processing logic of a ProcessorInstance.
Read time 1 minuteLast updated 5 days ago

Definition

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.

Methods

Method

Description

UpdateImplement this function to react to data sent to the ProcessorInstance or communicate something back.