Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ClientScene.objects

Switch to Manual
public static var objects: Dictionary<NetworkInstanceId,NetworkIdentity>;

Description

This is a dictionary of networked objects that have been spawned on the client.

The key of the dictionary is the NetworkIdentity netId of the objects.