NetworkElement Constructor
Overload List
Name | Description | |
---|---|---|
NetworkElement(INetworkContainer, Int32) |
Initializes a new instance of the NetworkElement class with a specified container and network ID.
|
|
NetworkElement(INetworkContainer, BehaviorMode, Int32) |
Initializes a new instance of the NetworkElement class with a specified container, behavior mode, and network ID.
|
|
NetworkElement(INetworkContainer, GameObject, Int32) |
Initializes a new instance of the NetworkElement class with a GameObject.
|
|
NetworkElement(INetworkContainer, GameObject, BehaviorMode, Int32) |
Initializes a new instance of the NetworkElement class with a GameObject and specified behavior mode.
|
|
NetworkElement(INetworkContainer, MonoBehaviour, Int32) |
Initializes a new instance of the NetworkElement class with a MonoBehaviour.
|
|
NetworkElement(INetworkContainer, MonoBehaviour, BehaviorMode, Int32) |
Initializes a new instance of the NetworkElement class with a MonoBehaviour and specified behavior mode.
|