Summary
[Editor-Only] A link to another location in the project for easy navigation.
		- Assembly
- Kybernetik.InspectorGadgets .Editor .dll 
- Namespace
- InspectorGadgets
- Base Types
- 
									- ScriptableObject
 
							graph BT
	Type-->Base0["ScriptableObject"]
	Type["Shortcut"]
class Type type-node
						
					Syntax
[CreateAssetMenu(order = 25)]
[HelpURL(Strings.APIDocumentationURL + "/" + nameof(Shortcut))]
public sealed class Shortcut : ScriptableObjectAttributes
| Type | Description | 
|---|---|
| Create | |
| HelpURLAttribute | 
Properties
| Name | Value | Summary | 
|---|---|---|
| Target | Object | The destination object which this  InspectorGadgets.Shortcutleads to. | 
Methods
| Name | Value | Summary | 
|---|---|---|
| GoToTarget | void | Selects the  InspectorGadgets.Shortcut._Targetin the Project window. |