Class RoutedMessage<T>
Namespace: Unity.RenderStreaming
Syntax
[Serializable]
public class RoutedMessage<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
data
Declaration
public T data
Field Value
| Type | Description |
|---|---|
| T |
from
Declaration
public string from
Field Value
| Type | Description |
|---|---|
| String |
to
Declaration
public string to
Field Value
| Type | Description |
|---|---|
| String |
type
Declaration
public string type
Field Value
| Type | Description |
|---|---|
| String |