add new pack: Editor Attributes, complete GoTo cmd
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
using EditorAttributes;
|
||||
|
||||
namespace EditorAttributesSamples
|
||||
{
|
||||
[HelpURL("https://editorattributesdocs.readthedocs.io/en/latest/Attributes/DropdownAttributes/propertydropdown.html")]
|
||||
public class PropertyDropdownSample : MonoBehaviour
|
||||
{
|
||||
[Header("PropertyDropdown Attribute:")]
|
||||
[SerializeField, PropertyDropdown] private BoxCollider boxCollider;
|
||||
[SerializeField, PropertyDropdown] private ExampleScriptableObject scriptableObject;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user