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 7 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

OnMessageCalled immediately from RealtimeContext.SendMessage when a message was sent to this ProcessorInstance on the real-time side.
UpdateImplement this function to react to data sent to the ProcessorInstance or communicate something back.