Streamingclass

objectStreaming
Namespace
global
Assembly
Sandbox.Tools
Declaration
public static abstract sealed class Editor.EditorUtility.Streaming

Methods4

Showing 4 methods

public static System.Threading.Tasks.Task`1<bool> Connect(string serviceName)PUBLICSTATIC

Init a stream service

ParameterTypeDescription
serviceNamestring
Returns:Task<bool>

public static void Disconnect(string serviceName)PUBLICSTATIC

Disconnect from streaming service

ParameterTypeDescription
serviceNamestring
Returns:void

public static System.Threading.Tasks.Task`1<System.Collections.Generic.List`1<Editor.EditorUtility.Streaming.LinkedService>> ListServices()PUBLICSTATIC

List the player's linked services with their public info (name, avatar). Contains no tokens.

Returns:Task<List<LinkedService>>

Properties1

Showing 1 properties

public static bool Editor.EditorUtility.Streaming.IsActive { get; set; }PUBLICSTATICGETSET

Returns true if the stream is active

Returns:bool

On this page