C# 클래스 HoloToolkit.Unity.DirectionIndicator

DirectionIndicator creates an indicator around the cursor showing what direction to turn to find this GameObject.
상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: Microsoft/HoloToolkit-Unity

공개 메소드들

메소드 설명
Awake ( ) : void
OnDestroy ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
GetDirectionIndicatorPositionAndRotation ( Vector3 camToObjectDirection, Vector3 &position, Quaternion &rotation ) : void
InstantiateDirectionIndicator ( GameObject directionIndicator ) : GameObject
IsTargetVisible ( ) : bool

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void