Class MenuDefinitions
Contains the menu definitions for the python engine.
public static class MenuDefinitions
- Inheritance
-
MenuDefinitions
- Inherited Members
Properties
BreakScriptMenuItem
Gets the menu item to break the script.
[Export]
public static MenuItemDefinition BreakScriptMenuItem { get; }
Property Value
EngineMenuGroup
Gets the group for the engine control.
[Export]
public static MenuItemGroupDefinition EngineMenuGroup { get; }
Property Value
RunScriptMenuItem
Gets the menu item to run the script.
[Export]
public static MenuItemDefinition RunScriptMenuItem { get; }
Property Value
StepOverScriptMenuItem
Gets the menu item to step over in the script.
[Export]
public static MenuItemDefinition StepOverScriptMenuItem { get; }
Property Value
StepScriptMenuItem
Gets the menu item to step the script.
[Export]
public static MenuItemDefinition StepScriptMenuItem { get; }
Property Value
StopScriptMenuItem
Gets the menu item to stop the script.
[Export]
public static MenuItemDefinition StopScriptMenuItem { get; }
Property Value
ToggleDebugMenuItem
Gets the toggle menu item to enable script debugging.
[Export]
public static MenuItemDefinition ToggleDebugMenuItem { get; }