com.onlineobject.objectnet Namespace

NetworkElementBase Constructor

Overload List


  Name Description
Public method NetworkElementBase(INetworkContainer, BehaviorMode, Int32)
Constructor for creating a network element with a specified container, behavior mode, and network ID.
Public method NetworkElementBase(INetworkContainer, Int32)
Constructor for creating a network element with a specified container and network ID.
Public method NetworkElementBase(INetworkContainer, GameObject, BehaviorMode, Int32)
Constructor for creating a network element with a specified container, linked GameObject, behavior mode, and network ID.
Public method NetworkElementBase(INetworkContainer, GameObject, Int32)
Constructor for creating a network element with a specified container, linked GameObject, and network ID.
Public method NetworkElementBase(INetworkContainer, MonoBehaviour, BehaviorMode, Int32)
Constructor for creating a network element with a specified container, linked MonoBehaviour, behavior mode, and network ID.
Public method NetworkElementBase(INetworkContainer, MonoBehaviour, Int32)
Constructor for creating a network element with a specified container, linked MonoBehaviour, and network ID.