Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
HoloToolkit
Unity
BasicCursor
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