Wanzyee Studio

Settings of an item to show and perform in a Shortcut window. More...

Public Member Functions

ShortcutItem Clone ()
 Get a shallow copy of this. More...
 

Public Attributes

Object target
 Asset to open. More...
 
Texture2D icon
 Custom icon. More...
 
string label = ""
 Custom label. More...
 
KeyCode hotkey = KeyCode.None
 Primary hotkey. More...
 
EventModifiers modifiers = EventModifiers.None
 Hotkey modifiers. More...
 
int priority
 Hotkey priority. More...
 
string act = ""
 Specified act. More...
 

Detailed Description

Settings of an item to show and perform in a Shortcut window.

Member Function Documentation

ShortcutItem Clone ( )

Get a shallow copy of this.

Member Data Documentation

Object target

Asset to open.

Texture2D icon

Custom icon.

string label = ""

Custom label.

KeyCode hotkey = KeyCode.None

Primary hotkey.

EventModifiers modifiers = EventModifiers.None

Hotkey modifiers.

int priority

Hotkey priority.

Only the highest will be performed if there're multiple with the same hotkey.

string act = ""

Specified act.