Files

7 lines
200 B
C#
Raw Permalink Normal View History

2025-06-06 10:14:55 -04:00
/// Credit tanoshimi
/// Sourced from - https://forum.unity3d.com/threads/read-only-fields.68976/
namespace UnityEngine.UI.Extensions
{
public class ReadOnlyAttribute : PropertyAttribute { }
}