Class WidgetConfiguration
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.Multiplayer.Widgets
Assembly: Unity.Multiplayer.Widgets.Core.dll
Syntax
[CreateAssetMenu(fileName = "WidgetConfiguration", menuName = "Multiplayer/Widgets/WidgetConfiguration")]
public class WidgetConfiguration : ScriptableObject
Fields
EnableVoiceChat
Declaration
[FormerlySerializedAs("JoinVoiceChannel")]
[Header("Voice Settings")]
[Tooltip("Automatically join a voice channel for a session when joining the session.")]
public bool EnableVoiceChat
Field Value
Type | Description |
---|---|
bool |
IpAddress
Declaration
[Header("Direct Connection Settings")]
public string IpAddress
Field Value
Type | Description |
---|---|
string |
MaxPlayers
Declaration
[Header("Session Settings")]
public int MaxPlayers
Field Value
Type | Description |
---|---|
int |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
string |
Port
Declaration
public int Port
Field Value
Type | Description |
---|---|
int |
connectionType
Declaration
[Header("Multiplayer Services SDK")]
[Header("Connection Settings")]
public ConnectionType connectionType
Field Value
Type | Description |
---|---|
ConnectionType |
Methods
OnValidate()
Declaration
public void OnValidate()