Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProcessorInstance.Response

A return value from ProcessorInstance.IControl<TRealtime>.OnMessage that lets the message sender know if the message was handled or not.
Read time 1 minuteLast updated 6 days ago

Definition

public enum ProcessorInstance.Response

Fields

Value

Description

HandledIndicates the message was recognized and handled.
UnhandledIndicates the message wasn't handled.