Class RenderStreamingSettings
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.RenderStreaming
Assembly: Unity.RenderStreaming.dll
Syntax
public class RenderStreamingSettings : ScriptableObject
Fields
automaticStreaming
Declaration
[SerializeField]
[Tooltip("Automatically performs the necessary setup for streaming and starts streaming.")]
public bool automaticStreaming
Field Value
Type | Description |
---|---|
bool |
signalingSettings
Declaration
[SerializeReference]
public SignalingSettings signalingSettings
Field Value
Type | Description |
---|---|
SignalingSettings |