C# Class HoloToolkit.Unity.HeadsetAdjustment

Inheritance: MonoBehaviour, IInputClickHandler, ISpeechHandler
显示文件 Open project: anderm/voronoi-selection-in-3d Class Usage Examples

Public Properties

Property Type Description
NextSceneName string

Public Methods

Method Description
OnInputClicked ( InputClickedEventData eventData ) : void
OnSpeechKeywordRecognized ( SpeechKeywordRecognizedEventData eventData ) : void

Private Methods

Method Description
GotoNextScene ( ) : void
Start ( ) : void

Method Details

OnInputClicked() public method

public OnInputClicked ( InputClickedEventData eventData ) : void
eventData InputClickedEventData
return void

OnSpeechKeywordRecognized() public method

public OnSpeechKeywordRecognized ( SpeechKeywordRecognizedEventData eventData ) : void
eventData SpeechKeywordRecognizedEventData
return void

Property Details

NextSceneName public_oe property

public string NextSceneName
return string