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
Afficher le fichier Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Méthodes protégées

Méthode Description
Awake ( ) : void
CalculateRayIntersect ( ) : RaycastResult
LateUpdate ( ) : void
Start ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

CalculateRayIntersect() protected méthode

protected CalculateRayIntersect ( ) : RaycastResult
Résultat RaycastResult

LateUpdate() protected méthode

protected LateUpdate ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void