Api INetworkSpawn
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.

Assembly: Sandbox.Engine Declaring Type: Component Full Name: Sandbox.Component.INetworkSpawn