com.onlineobject.objectnet Namespace

NetworkElement Constructor

Overload List


  Name Description
Public method NetworkElement(INetworkContainer, Int32)
Initializes a new instance of the NetworkElement class with a specified container and network ID.
Public method NetworkElement(INetworkContainer, BehaviorMode, Int32)
Initializes a new instance of the NetworkElement class with a specified container, behavior mode, and network ID.
Public method NetworkElement(INetworkContainer, GameObject, Int32)
Initializes a new instance of the NetworkElement class with a GameObject.
Public method NetworkElement(INetworkContainer, GameObject, BehaviorMode, Int32)
Initializes a new instance of the NetworkElement class with a GameObject and specified behavior mode.
Public method NetworkElement(INetworkContainer, MonoBehaviour, Int32)
Initializes a new instance of the NetworkElement class with a MonoBehaviour.
Public method NetworkElement(INetworkContainer, MonoBehaviour, BehaviorMode, Int32)
Initializes a new instance of the NetworkElement class with a MonoBehaviour and specified behavior mode.