프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AllowKeyboardToMoveConsole | bool | ||
Brush | SadConsole.Game.GameObject | ||
EditorFileTypes | FileLoaders.IFileLoader[]>.Dictionary | ||
Editors | Editors.Editors>.Dictionary | ||
InnerEmptyBounds | |||
OpenEditors | List |
||
QuickSelectPane |
메소드 | 설명 | |
---|---|---|
AddEditor ( Editors editor, bool show ) : void | ||
CenterEditor ( ) : void | ||
ChangeActiveEditor ( Editors editor ) : void | ||
Initialize ( ) : void | ||
ProcessKeyboard ( |
||
ProcessMouse ( |
||
RemoveEditor ( Editors editor ) : void | ||
SaveEditor ( ) : void | ||
ShowCloseConsolePopup ( ) : void | ||
ShowLoadEditorPopup ( ) : void | ||
ShowNewEditorPopup ( ) : void | ||
ShowResizeEditorPopup ( ) : void | ||
UpdateBorder ( Point position ) : void | ||
UpdateBrush ( ) : void |
메소드 | 설명 | |
---|---|---|
CreateNewEditor ( Editors editorType, int width, int height, Color defaultForeground, Color defaultBackground ) : void | ||
LoadEditor ( string file, FileLoaders loader ) : void | ||
RefreshBackingPanel ( ) : void | ||
ShowStartup ( ) : void |
public static AddEditor ( Editors editor, bool show ) : void | ||
editor | Editors | |
show | bool | |
리턴 | void |
public static ChangeActiveEditor ( Editors editor ) : void | ||
editor | Editors | |
리턴 | void |
public static ProcessKeyboard ( |
||
info | ||
리턴 | bool |
public static ProcessMouse ( |
||
info | ||
리턴 | bool |
public static RemoveEditor ( Editors editor ) : void | ||
editor | Editors | |
리턴 | void |
public static UpdateBorder ( Point position ) : void | ||
position | Point | |
리턴 | void |
public static Dictionary |
||
리턴 | FileLoaders.IFileLoader[]>.Dictionary |
public static Rectangle,Microsoft.Xna.Framework InnerEmptyBounds | ||
리턴 |