Click or drag to resize

SmoothValueT Constructor

Create new smooth value

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
protected SmoothValue(
	T start,
	float smoothing
)

Parameters

start
Type: T
Starting value, target will also be set to this
smoothing
Type: SystemSingle
Smoothing value
See Also