C# Class HoloToolkit.Unity.SharingWithUNET.StartSessionButton

Starts a session when the user taps the control this script is attached to.
Inheritance: MonoBehaviour, IInputClickHandler
Afficher le fichier Open project: Awesome-Technologies/Rviz2AR

Méthodes publiques

Méthode Description
OnInputClicked ( InputClickedEventData eventData ) : void

Called when a click event is detected

Private Methods

Méthode Description
Start ( ) : void

Method Details

OnInputClicked() public méthode

Called when a click event is detected
public OnInputClicked ( InputClickedEventData eventData ) : void
eventData InputClickedEventData Information about the click.
Résultat void