Files
VR-WuKong/Assets/ThirdParty/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs

7 lines
121 B
C#
Raw Normal View History

2025-11-14 18:44:06 +08:00
namespace UnityEngine.PostProcessing
{
public sealed class TrackballGroupAttribute : PropertyAttribute
{
}
}