Click or drag to resize

SelectPageCommand Class

Command for selecting a new page on the HandGui
Inheritance Hierarchy
SystemObject
  ImmerseSDK.UI.CommandsCommand
    ImmerseSDK.UI.CommandsUICommand
      ImmerseSDK.CommandsSelectPageCommand

Namespace:  ImmerseSDK.Commands
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public class SelectPageCommand : UICommand

The SelectPageCommand type exposes the following members.

Constructors
  NameDescription
Public methodSelectPageCommand(String, Sprite)
Create a new command
Public methodSelectPageCommand(String, Sprite, String)
Create a new command
Top
Properties
  NameDescription
Public propertyID
Use the page ID as the command ID as well
(Overrides CommandID.)
Top
Methods
  NameDescription
Public methodDo
Returns true if the command executed successfully
(Overrides CommandDo(Object).)
Top
See Also