| 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.7.0.0 (3.7.0.0)
Syntax public abstract class UICommand : Command
The UICommand type exposes the following members.
Constructors
| Name | Description |
---|
| UICommand | Initializes a new instance of the UICommand class |
TopProperties
| Name | Description |
---|
| HelpText |
The text that should appear in the help area
|
| SpriteIcon |
The sprite for the icon
|
TopSee Also