C# Class 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.
Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Microsoft/HoloToolkit-Unity

Méthodes publiques

Méthode Description
OnSelect ( ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

OnSelect() public méthode

public OnSelect ( ) : void
Résultat void