C# Class VRMenu, avalon

Inheritance: MonoBehaviour
ファイルを表示 Open project: nhurman/avalon Class Usage Examples

Public Methods

Method Description
CreateInteractionToggleButton ( vrInteraction iInteraction, string iButtonName, vrWidgetMenu iParentMenu, vrCommand.Delegate iButtonHandler ) : void

Private Methods

Method Description
CollisionsCheckboxHandler ( vrValue iValue ) : vrValue
EventListener ( vrEvent iEvent ) : bool
ExitButtonHandler ( vrValue iValue ) : vrValue
FlyCheckboxHandler ( vrValue iValue ) : vrValue
FramerateCheckboxHandler ( vrValue iValue ) : vrValue
ManipulationHomerHandler ( vrValue iValue ) : vrValue
ManipulationRayHandler ( vrValue iValue ) : vrValue
NavigationElasticHandler ( vrValue iValue ) : vrValue
NavigationGrabWorldHandler ( vrValue iValue ) : vrValue
NavigationJoystickHandler ( vrValue iValue ) : vrValue
ProxiWarningCheckboxHandler ( vrValue iValue ) : vrValue
ResetCurrentButtonHandler ( vrValue iValue ) : vrValue
ResetZeroButtonHandler ( vrValue iValue ) : vrValue
ReturnObjectsCheckboxHandler ( vrValue iValue ) : vrValue
Start ( ) : void
VirtualHandGogoButtonHandler ( vrValue iValue ) : vrValue
_RefreshManipulationMenuName ( ) : void
_RefreshNavigationMenuName ( ) : void
_RefreshVirtualHandMenuName ( ) : void

Method Details

CreateInteractionToggleButton() public method

public CreateInteractionToggleButton ( vrInteraction iInteraction, string iButtonName, vrWidgetMenu iParentMenu, vrCommand.Delegate iButtonHandler ) : void
iInteraction vrInteraction
iButtonName string
iParentMenu vrWidgetMenu
iButtonHandler vrCommand.Delegate
return void