Click or drag to resize

SmoothVector2 Constructor

Initializes a new instance of the SmoothVector2 class

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

Parameters

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