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 : ScriptableObject
Attributes
| Type | Description |
|---|---|
| Create |
|
| HelpURLAttribute |
Properties
| Name | Value | Summary |
|---|---|---|
| Target | Object |
The destination object which this
InspectorGadgets.Shortcut leads to. |
Methods
| Name | Value | Summary |
|---|---|---|
| GoToTarget |
void |
Selects the
InspectorGadgets.Shortcut._Target in the Project window. |