C# 클래스 HoloToolkit.Unity.SharingWithUNET.StartSessionButton

Starts a session when the user taps the control this script is attached to.
상속: MonoBehaviour, IInputClickHandler
파일 보기 프로젝트 열기: Awesome-Technologies/Rviz2AR

공개 메소드들

메소드 설명
OnInputClicked ( InputClickedEventData eventData ) : void

Called when a click event is detected

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

OnInputClicked() 공개 메소드

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