| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Audio.ControlContext.SendMessage.html | [Back] [Original] |
Response
ProcessorInstance.Response.Handled if processorInstance acknowledged and processed the message,
ProcessorInstance.Response.Unhandled if not or ignored.
Send a message with a piece of data to be immediately evaluated by the ProcessorInstance.IControl<T0>.OnMessage.
The message will be passed to the processorInstance by reference, so the processorInstance can modify it.
| Web Proxy Viewer | New URL | Original Page |