Click or drag to resize

NetworkedVarTOnValueChangedDelegate Delegate

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

Delegate type for value changed event

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void OnValueChangedDelegate(
	T previousValue,
	T newValue
)
Request Example View Source

Parameters

previousValue
Type: T
The value before the change
newValue
Type: T
The new value
See Also