Click or drag to resize

SmoothQuaternion Constructor

Initializes a new instance of the SmoothQuaternion class

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

Parameters

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