C# Class LynnaLab.PluginManager

显示文件 Open project: Drenn1/LynnaLab Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetActiveMap ( ) : Map
GetActiveRoom ( ) : Room
GetMapSelectedFloor ( ) : int
GetMapSelectedX ( ) : int
GetMapSelectedY ( ) : int
PluginManager ( PluginCore core, MainWindow window, Type type ) : System

Method Details

GetActiveMap() public method

public GetActiveMap ( ) : Map
return Map

GetActiveRoom() public method

public GetActiveRoom ( ) : Room
return Room

GetMapSelectedFloor() public method

public GetMapSelectedFloor ( ) : int
return int

GetMapSelectedX() public method

public GetMapSelectedX ( ) : int
return int

GetMapSelectedY() public method

public GetMapSelectedY ( ) : int
return int

PluginManager() public method

public PluginManager ( PluginCore core, MainWindow window, Type type ) : System
core PluginCore
window MainWindow
type System.Type
return System