Files
VR-WuKong/Assets/ThirdParty/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs
2025-11-14 18:44:06 +08:00

7 lines
121 B
C#

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