Click or drag to resize

NetworkedVarT Constructor (T)

[This is preliminary documentation and is subject to change.]

Creates a NetworkedVar with a custom value and the default settings

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NetworkedVar(
	T value
)
Request Example View Source

Parameters

value
Type: T
The initial value to use for the NetworkedVar
See Also