Api Editor ShortcutAttribute
class

ShortcutAttribute

public class ShortcutAttribute : Attribute

Constructors

ShortcutAttribute(String identifier, String keyBind, ShortcutType type)
ShortcutAttribute(String identifier, String keyBind, Type targetOverride, ShortcutType type)

Properties

Name Type Description
Identifier String
Keys String
Type ShortcutType
TargetOverride Type
Assembly: Sandbox.Tools Namespace: Editor Full Name: Editor.ShortcutAttribute