public static bool SpawnObjects ();

Valor de retorno

bool Success if objects where spawned.

Descripción

This causes NetworkIdentity objects in a scene to be spawned on a server.

NetworkIdentity objects in a scene are disabled by default. Calling SpawnObjects() causes these scene objects to be enabled and spawned. It is like calling NetworkServer.Spawn() for each of them.