Click or drag to resize

SpawnManagerSpawnedObjects Field

[This is preliminary documentation and is subject to change.]

The currently spawned objects

Namespace:  MLAPI.Components
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static readonly Dictionary<uint, NetworkedObject> SpawnedObjects
Request Example View Source

Field Value

Type: DictionaryUInt32, NetworkedObject
See Also