 | 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.6.0.0 (3.6.0.0)
Syntaxpublic abstract class UICommand : Command
The UICommand type exposes the following members.
Constructors
| Name | Description |
---|
 | UICommand | Initializes a new instance of the UICommand class |
Top
Properties
| Name | Description |
---|
 | HelpText |
The text that should appear in the help area
|
 | SpriteIcon |
The sprite for the icon
|
Top
See Also