Click or drag to resize

SmoothValueTSetTarget Method

Update target value

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public void SetTarget(
	T target
)

Parameters

target
Type: T
Target value to smooth to
See Also