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
Показать файл Открыть проект

Открытые методы

Метод Описание
OnSelect ( ) : void

Приватные методы

Метод Описание
Start ( ) : void
Update ( ) : void

Описание методов

OnSelect() публичный Метод

public OnSelect ( ) : void
Результат void