Click or drag to resize

UICommand Class

Base class for a Command that is used in the UI of the app
Inheritance Hierarchy

Namespace:  ImmerseSDK.UI.Commands
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public abstract class UICommand : Command

The UICommand type exposes the following members.

Constructors
  NameDescription
Protected methodUICommand
Initializes a new instance of the UICommand class
Top
Properties
  NameDescription
Public propertyHelpText
The text that should appear in the help area
Public propertySpriteIcon
The sprite for the icon
Top
See Also