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
|
||||
{
|
||||
}
|
||||
3
3d Prototyp/Assets/Scripts/ShowOnlyAttribute.cs.meta
Normal file
3
3d Prototyp/Assets/Scripts/ShowOnlyAttribute.cs.meta
Normal file
@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4218f171d49f43e9aaa8d2856e98fc06
|
||||
timeCreated: 1712225177
|
||||
Reference in New Issue
Block a user