8 lines
185 B
C#
8 lines
185 B
C#
|
using UnityEngine;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Das Feld wird im Inspector nur angezeigt und kann nicht verändert werden.
|
|||
|
/// </summary>
|
|||
|
public class ShowOnlyAttribute : PropertyAttribute
|
|||
|
{
|
|||
|
}
|