| SmoothValueT Constructor |
Create new smooth value
Namespace:
ImmerseSDK
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax 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