C# Класс AGS.Editor.Components.BuildCommandsComponent

Наследование: AGS.Editor.Components.BaseComponent
Показать файл Открыть проект

Открытые методы

Метод Описание
BuildCommandsComponent ( GUIController guiController, AGSEditor agsEditor ) : System
CommandClick ( string controlID ) : void

Приватные методы

Метод Описание
AGSEditor_TestGameFinished ( ) : void
AGSEditor_TestGameStarting ( ) : void
CompileGame ( bool forceRebuild ) : void
Debugger_DebugStateChanged ( DebugState newState ) : void
ScriptEditor_AttemptToEditScript ( bool &allowEdit ) : void
TestGame ( bool withDebugger ) : void
_agsEditor_AttemptToSaveGame ( bool &allowSave ) : void
guiController_QueryEditorShutdown ( ) : bool

Описание методов

BuildCommandsComponent() публичный метод

public BuildCommandsComponent ( GUIController guiController, AGSEditor agsEditor ) : System
guiController GUIController
agsEditor AGSEditor
Результат System

CommandClick() публичный метод

public CommandClick ( string controlID ) : void
controlID string
Результат void