C# Class HoloToolkit.Unity.BasicCursor

1. Decides when to show the cursor. 2. Positions the cursor at the gazed location. 3. Rotates the cursor to match hologram normals.
Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Protected Methods

Method Description
Awake ( ) : void
CalculateRayIntersect ( ) : RaycastResult
LateUpdate ( ) : void
Start ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

CalculateRayIntersect() protected method

protected CalculateRayIntersect ( ) : RaycastResult
return RaycastResult

LateUpdate() protected method

protected LateUpdate ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void