interface Component.INetworkSpawn

in global :: Sandbox

A with this interface can listen for when a GameObject in its ancestors has been network spawned.


public void OnNetworkSpawn( Connection owner )

Called when this object is spawned on the network.