C# Class Microsoft.MixedReality.Toolkit.Examples.Demos.EyeTracking.RotateWithConstSpeedDir

The associated GameObject will rotate when RotateTarget() is called based on a given direction and speed.
Inheritance: MonoBehaviour
显示文件 Open project: alessiapacca/MRlab-2019-surgery

Public Methods

Method Description
RotateTarget ( ) : void

Rotate game object based on specified rotation speed and Euler angles.

Method Details

RotateTarget() public method

Rotate game object based on specified rotation speed and Euler angles.
public RotateTarget ( ) : void
return void