API Referenceglobal
LinkedServiceclass
Public, token-free info about a third-party service account (eg Twitch) linked to the player. This is the menu-facing proxy for the backend's service link data.
object→LinkedService
Constructors1
Showing 1 constructors
public LinkedService(string Service, string Id, string Name, string Avatar)
Public, token-free info about a third-party service account (eg Twitch) linked to the player. This is the menu-facing proxy for the backend's service link data.
| Parameter | Type | Description |
|---|---|---|
| Service | string | — |
| Id | string | — |
| Name | string | — |
| Avatar | string | — |
No results match this filter.
Methods1
Showing 1 methods
public void Deconstruct(string Service, string Id, string Name, string Avatar)
| Parameter | Type | Description |
|---|---|---|
| Service | string | — |
| Id | string | — |
| Name | string | — |
| Avatar | string | — |
Returns:
void—No results match this filter.
Properties4
Showing 4 properties
public string Editor.EditorUtility.Streaming.LinkedService.Avatar { get; set; }
Returns:
string—public string Editor.EditorUtility.Streaming.LinkedService.Id { get; set; }
Returns:
string—public string Editor.EditorUtility.Streaming.LinkedService.Name { get; set; }
Returns:
string—public string Editor.EditorUtility.Streaming.LinkedService.Service { get; set; }
Returns:
string—No results match this filter.