API Referenceglobal
Entryclass
object→Entry
Constructors1
Showing 1 constructors
public Entry(Sandbox.MethodDescription desc, Editor.ShortcutAttribute attribute, string group)
| Parameter | Type | Description |
|---|---|---|
| desc | MethodDescription | — |
| attribute | ShortcutAttribute | — |
| group | string | — |
No results match this filter.
Methods1
Showing 1 methods
public bool Invoke(bool force = False)
| Parameter | Type | Description |
|---|---|---|
| force = False | bool | — |
Returns:
bool—No results match this filter.
Properties7
Showing 7 properties
public Editor.ShortcutAttribute Editor.EditorShortcuts.Entry.Attribute { get; set; }
public string Editor.EditorShortcuts.Entry.DisplayKeys { get; set; }
Returns:
string—public string Editor.EditorShortcuts.Entry.Group { get; set; }
Returns:
string—public string Editor.EditorShortcuts.Entry.Identifier { get; set; }
Returns:
string—public bool Editor.EditorShortcuts.Entry.IsDown { get; set; }
Returns:
bool—public string Editor.EditorShortcuts.Entry.Keys { get; set; }
Returns:
string—public string Editor.EditorShortcuts.Entry.Name { get; set; }
Returns:
string—No results match this filter.