Class RenderStreaming
Namespace: Unity.RenderStreaming
Syntax
public static class RenderStreaming
Properties
AutomaticStreaming
Declaration
public static bool AutomaticStreaming { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Logger
Declaration
public static ILogger Logger { get; set; }
Property Value
| Type | Description |
|---|---|
| ILogger |
Methods
GetSignalingSettings<T>()
Declaration
public static T GetSignalingSettings<T>()
where T : SignalingSettings
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |