GQ_Communicate/GQ_TongXin/Assets/Packages/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs

7 lines
121 B
C#

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