NetworkVariable<(Of <(<'T>)>)> Class
Represents a network variable that can be synchronized across the network.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public class NetworkVariable<T> : INetworkVariable<T>
Type Parameters
- T
- The type of the variable to be synchronized.