NetworkVariable<(Of <(<'T>)>)> Constructor
Initializes a new instance of the NetworkVariable class with the specified initial value.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public NetworkVariable( T value )
Parameters
- value
- Type: T
The initial value of the network variable.