Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
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
ファイルを表示
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