C# 클래스 HoloToolkit.Unity.TapToPlace

The TapToPlace class is a basic way to enable users to move objects and place them on real world surfaces. Put this script on the object you want to be able to move. Users will be able to tap objects, gaze elsewhere, and perform the tap gesture again to place. This script is used in conjunction with GazeManager, GestureManager, and SpatialMappingManager. TapToPlace also adds a WorldAnchor component to enable persistence.
상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: Microsoft/HoloToolkit-Unity

공개 메소드들

메소드 설명
OnSelect ( ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

OnSelect() 공개 메소드

public OnSelect ( ) : void
리턴 void