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