C# 클래스 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.
상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: Microsoft/HoloToolkit-Unity 1 사용 예제들

보호된 메소드들

메소드 설명
Awake ( ) : void
CalculateRayIntersect ( ) : RaycastResult
LateUpdate ( ) : void
Start ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

CalculateRayIntersect() 보호된 메소드

protected CalculateRayIntersect ( ) : RaycastResult
리턴 RaycastResult

LateUpdate() 보호된 메소드

protected LateUpdate ( ) : void
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void