interface
INetworkSpawn
public interface INetworkSpawn A Component with this interface can listen for when a GameObject in its ancestors has been network spawned.
Methods
virtual Void OnNetworkSpawn(Connection owner) Called when this object is spawned on the network.