Method ClientSideNotifyObjectSpawned
ClientSideNotifyObjectSpawned(GameObject)
Clients will call this when NetworkObjects are spawned on their end
Declaration
public static void ClientSideNotifyObjectSpawned(GameObject objectSpaned)
Parameters
| Type | Name | Description |
|---|---|---|
| GameObject | objectSpaned | the GameObject of the NetworkObject spawned |