Files

10 lines
250 B
C#

using UnityEngine;
namespace EditorAttributes
{
/// <summary>
/// Attribute to make a dropdown containing all properties of a Component or ScriptableObject
/// </summary>
public class PropertyDropdownAttribute : PropertyAttribute { }
}