com.onlineobject.objectnet Namespace

NetworkVariable<(Of <(<'T>)>)>..::..SetValue Method

Sets the value of the network variable and triggers synchronization logic if set.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void SetValue(

	T value

)

Parameters

value
Type: T
The new value to set.