Click or drag to resize

ShowControllerInstructionsCommand Class

Command for showing the controller instructions dialog
Inheritance Hierarchy
SystemObject
  ImmerseSDK.UI.CommandsCommand
    ImmerseSDK.UI.CommandsUICommand
      ImmerseSDK.CommandsShowControllerInstructionsCommand

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

The ShowControllerInstructionsCommand type exposes the following members.

Constructors
  NameDescription
Public methodShowControllerInstructionsCommand
Create a new command
Top
Methods
  NameDescription
Public methodDo
Returns true if the command executed successfully
(Overrides CommandDo(Object).)
Top
See Also