Click or drag to resize

NetworkedVarT Constructor (NetworkedVarSettings, T)

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

Creates a NetworkedVar with a custom value and custom settings

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

Parameters

settings
Type: MLAPI.NetworkedVarNetworkedVarSettings
The settings to use for the NetworkedVar
value
Type: T
The initial value to use for the NetworkedVar
See Also