Added drawer for readonly attrtibute
This commit is contained in:
7
Assets/TestMonoBehaviour.cs
Normal file
7
Assets/TestMonoBehaviour.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using PashaBibko.Pacore.Shared.Attributes;
|
||||
using UnityEngine;
|
||||
|
||||
public class TestMonoBehaviour : MonoBehaviour
|
||||
{
|
||||
[InspectorReadOnly, SerializeField] private GameObject go;
|
||||
}
|
||||
Reference in New Issue
Block a user