Class UnloadQueueData
Data generated when unloading a scene.
Inheritance
System.Object
UnloadQueueData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FishNet.Managing.Scened
Assembly: FishNet.Runtime.dll
Syntax
public class UnloadQueueData
Constructors
UnloadQueueData()
Declaration
public UnloadQueueData()
Fields
AsServer
True if to iterate this queue data as server.
Declaration
[NonSerialized]
public readonly bool AsServer
Field Value
Type | Description |
---|---|
System.Boolean |
Connections
Connections to unload scenes for. Only valid on the server and when ScopeType is Connections.
Declaration
[NonSerialized]
public NetworkConnection[] Connections
Field Value
Type | Description |
---|---|
NetworkConnection[] |
GlobalScenes
Current global scenes.
Declaration
public string[] GlobalScenes
Field Value
Type | Description |
---|---|
System.String[] |
SceneUnloadData
SceneUnloadData to use.
Declaration
public SceneUnloadData SceneUnloadData
Field Value
Type | Description |
---|---|
SceneUnloadData |
ScopeType
Clients which receive this SceneQueueData. If Networked, all clients do. If Connections, only the specified Connections do.
Declaration
[NonSerialized]
public readonly SceneScopeType ScopeType
Field Value
Type | Description |
---|---|
SceneScopeType |