Click or drag to resize

ShowControllerInstructionsCommand Class

Command for showing the controller instructions dialog
Inheritance Hierarchy

Namespace:  ImmerseSDK.Commands
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.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