summaryrefslogtreecommitdiff
path: root/UnityEngine.PostProcessing/TrackballGroupAttribute.cs
blob: c64ea0eef50d92a4bd6a1fefd35b08a11bedddf0 (plain)
1
2
3
4
5
namespace UnityEngine.PostProcessing;

public sealed class TrackballGroupAttribute : PropertyAttribute
{
}