Click or drag to resize

SmoothVector3 Constructor

Initializes a new instance of the SmoothVector3 class

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

Parameters

start
Type: UnityEngine.Vector3
smoothing
Type: SystemSingle
See Also