void | CycleColor ( ) Change the color of the controlled object to the next in the list of allowed colors, looping if the end of the list is reached. |
void | Toggle whether or not rotation is enabled, and set the icon of the controlling button to display what will happen next time the button is pressed. |
void | Change the rotation direction of the controlled object to the next in the list of allowed directions, looping if the end of the list is reached. |
void | IncrementElevation ( bool up ) Change the target elevation of the controlled object in the requested direction, within the limits [0.2, 2]. |
void | CycleShape ( bool cycleForward ) Change the shape of the controlled object to the next or previous in the list of allowed shapes, depending on the requested direction, looping beyond the bounds of the list. |
void Oculus.Interaction.Samples.PalmMenu.PalmMenuExampleButtonHandlers.CycleColor ( ) |
---|
Change the color of the controlled object to the next in the list of allowed colors, looping if the end of the list is reached. |
void Oculus.Interaction.Samples.PalmMenu.PalmMenuExampleButtonHandlers.ToggleRotationEnabled ( ) |
---|
Toggle whether or not rotation is enabled, and set the icon of the controlling button to display what will happen next time the button is pressed. |
void Oculus.Interaction.Samples.PalmMenu.PalmMenuExampleButtonHandlers.CycleRotationDirection ( ) |
---|
Change the rotation direction of the controlled object to the next in the list of allowed directions, looping if the end of the list is reached. Set the icon of the controlling button to display what will happen next time the button is pressed. |
void Oculus.Interaction.Samples.PalmMenu.PalmMenuExampleButtonHandlers.IncrementElevation ( bool up ) |
---|
Change the target elevation of the controlled object in the requested direction, within the limits [0.2, 2]. Set the text to display the new target elevation. |
void Oculus.Interaction.Samples.PalmMenu.PalmMenuExampleButtonHandlers.CycleShape ( bool cycleForward ) |
---|
Change the shape of the controlled object to the next or previous in the list of allowed shapes, depending on the requested direction, looping beyond the bounds of the list. Set the text to display the name of the current shape. |