ShowOnlyAttribute
This commit is contained in:
8
3d Prototyp/Assets/Scripts/ShowOnlyAttribute.cs
Normal file
8
3d Prototyp/Assets/Scripts/ShowOnlyAttribute.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
|
||||
/// <summary>
|
||||
/// Das Feld wird im Inspector nur angezeigt und kann nicht verändert werden.
|
||||
/// </summary>
|
||||
public class ShowOnlyAttribute : PropertyAttribute
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user