Property | Type | Description | |
---|---|---|---|
LinkedEditor | SceneEditor |
Property | Type | Description | |
---|---|---|---|
SelectedAnimationChanged | void | ||
SelectedFrameChanged | void | ||
SyncSpecialLayerToAnimation | void | ||
ToolsListBox_SelectedItemChanged | void |
Method | Description | |
---|---|---|
GameObjectEditor ( ) : System | ||
Load ( string file, FileLoaders loader ) : void | ||
Move ( int x, int y ) : void | ||
New ( Color foreground, Color background, int width, int height ) : void | ||
OnClosed ( ) : void | ||
OnDeselected ( ) : void | ||
OnSelected ( ) : void | ||
ProcessKeyboard ( KeyboardInfo info ) : bool | ||
ProcessMouse ( IConsole console, SadConsole info ) : bool | ||
Render ( ) : void | ||
Reset ( ) : void | ||
Resize ( int width, int height ) : void | ||
Save ( ) : void | ||
SetAnimationCenter ( Point center ) : void | ||
SetEntity ( GameObject entity ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
SelectedAnimationChanged ( AnimatedTextSurface animation ) : void | ||
SelectedFrameChanged ( TextSurfaceBasic frame ) : void | ||
SyncSpecialLayerToAnimation ( ) : void | ||
ToolsListBox_SelectedItemChanged ( object sender, SadConsole |
public Load ( string file, FileLoaders loader ) : void | ||
file | string | |
loader | FileLoaders | |
return | void |
public New ( Color foreground, Color background, int width, int height ) : void | ||
foreground | Color | |
background | Color | |
width | int | |
height | int | |
return | void |
public ProcessKeyboard ( KeyboardInfo info ) : bool | ||
info | KeyboardInfo | |
return | bool |
public ProcessMouse ( IConsole console, SadConsole info ) : bool | ||
console | IConsole | |
info | SadConsole | |
return | bool |
public Resize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public SetAnimationCenter ( Point center ) : void | ||
center | Point | |
return | void |
public SetEntity ( GameObject entity ) : void | ||
entity | GameObject | |
return | void |