base class for debugging
More...
◆ DebugBaseDialog()
| Yukar.Engine.DebugBaseDialog.DebugBaseDialog |
( |
| ) |
|
◆ Dispose()
| override void Yukar.Engine.DebugBaseDialog.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
Clean up any resources being used.
- Parameters
-
| disposing | true if managed resources should be disposed; otherwise, false. |
◆ GetSettingBool()
| bool Yukar.Engine.DebugBaseDialog.GetSettingBool |
( |
string |
inKeyName | ) |
|
|
protected |
◆ GetSettingInt()
| int Yukar.Engine.DebugBaseDialog.GetSettingInt |
( |
string |
inKeyName | ) |
|
|
protected |
◆ LoadSettings()
| void Yukar.Engine.DebugBaseDialog.LoadSettings |
( |
| ) |
|
|
protected |
◆ OnActivated()
| override void Yukar.Engine.DebugBaseDialog.OnActivated |
( |
EventArgs |
e | ) |
|
|
protected |
◆ OnDeactivate()
| override void Yukar.Engine.DebugBaseDialog.OnDeactivate |
( |
EventArgs |
e | ) |
|
|
protected |
◆ SaveSettings()
| void Yukar.Engine.DebugBaseDialog.SaveSettings |
( |
| ) |
|
|
protected |
◆ SetForegroundWindow()
| static bool Yukar.Engine.DebugBaseDialog.SetForegroundWindow |
( |
IntPtr |
hWnd | ) |
|
|
protected |
◆ SetInstance()
| void Yukar.Engine.DebugBaseDialog.SetInstance |
( |
| ) |
|
|
protected |
◆ SetMapScene()
| void Yukar.Engine.DebugBaseDialog.SetMapScene |
( |
object |
mapScene | ) |
|
◆ SetSettingBool()
| void Yukar.Engine.DebugBaseDialog.SetSettingBool |
( |
string |
inKeyName, |
|
|
bool |
inValue |
|
) |
| |
|
protected |
◆ SetSettingInt()
| void Yukar.Engine.DebugBaseDialog.SetSettingInt |
( |
string |
inKeyName, |
|
|
int |
inValue |
|
) |
| |
|
protected |
◆ gameMapScene
| object Yukar.Engine.DebugBaseDialog.gameMapScene |
|
protected |
◆ loadSettingsHandler
| Action<Dictionary<string, object> > Yukar.Engine.DebugBaseDialog.loadSettingsHandler |
|
static |
◆ saveSettingsHandler
| Action<Dictionary<string, object> > Yukar.Engine.DebugBaseDialog.saveSettingsHandler |
|
static |
◆ setInstanceHandler
◆ GameMapScene
| MapScene Yukar.Engine.DebugBaseDialog.GameMapScene |
|
getprotected |
◆ SettingDic
| Dictionary<string, object> Yukar.Engine.DebugBaseDialog.SettingDic = new Dictionary<string, object>() |
|
getsetprotected |
◆ SettingPrefixKey
| string Yukar.Engine.DebugBaseDialog.SettingPrefixKey |
|
getsetprotected |
◆ Util
| object Yukar.Engine.DebugBaseDialog.Util |
|
getset |