using UnityEngine; namespace Utility { /// /// Das Feld wird im Inspector nur angezeigt und kann nicht verändert werden. /// public class ShowOnlyAttribute : PropertyAttribute { } }