Click or drag to resize

SmoothVector4 Constructor

Initializes a new instance of the SmoothVector4 class

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public SmoothVector4(
	Vector4 start,
	float smoothing
)

Parameters

start
Type: Vector4
smoothing
Type: SystemSingle
See Also