NewN_UAVPlane/Assets/art/haidao/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs

7 lines
121 B
C#

namespace UnityEngine.PostProcessing
{
public sealed class TrackballGroupAttribute : PropertyAttribute
{
}
}