Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProcessorInstance.Message

A by-reference wrapper around something sent from ControlContext.SendMessage.
Read time 1 minuteLast updated 6 days ago

Definition

public ref struct ProcessorInstance.Message

Remarks

Since this has no defined type, you will need to test with ProcessorInstance.Message.Is to discern between different message types being delivered to you.

Methods

Method

Description

GetReturn a reference to the inner piece of data. You can modify this and the effects will be visible to the original message sender.
IsTest whether this ProcessorInstance.Message is of
T
.