C# Class HoloToolkit.Unity.SharingWithUNET.StartSessionButton

Starts a session when the user taps the control this script is attached to.
Inheritance: MonoBehaviour, IInputClickHandler
显示文件 Open project: Awesome-Technologies/Rviz2AR

Public Methods

Method Description
OnInputClicked ( InputClickedEventData eventData ) : void

Called when a click event is detected

Private Methods

Method Description
Start ( ) : void

Method Details

OnInputClicked() public method

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