C# Class EmptyKeys.UserInterface.Engine

Implements abstract Engine
显示文件 Open project: EmptyKeys/UI_Engines Class Usage Examples

Protected Properties

Property Type Description
instance Engine

Public Methods

Method Description
Engine ( ) : EmptyKeys.UserInterface.Input

Initializes a new instance of the Engine class.

Method Details

Engine() public method

Initializes a new instance of the Engine class.
public Engine ( ) : EmptyKeys.UserInterface.Input
return EmptyKeys.UserInterface.Input

Property Details

instance protected_oe static_oe property

The instance
protected static Engine,EmptyKeys.UserInterface instance
return Engine