add new pack: Editor Attributes, complete GoTo cmd
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
using EditorAttributes;
|
||||
|
||||
namespace EditorAttributesSamples
|
||||
{
|
||||
[HelpURL("https://editorattributesdocs.readthedocs.io/en/latest/Attributes/MiscellaneousAttributes/disableineditmode.html")]
|
||||
public class DisableInEditModeSample : MonoBehaviour
|
||||
{
|
||||
[Header("DisableInEditMode Attribute:")]
|
||||
[SerializeField, DisableInEditMode] private int disabledField;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user