Assets/Plugins/PostProcessing/Runtime/Attributes/TrackballAttribute.cs
@@ -1,12 +1,12 @@ namespace UnityEngine.PostProcessing { public sealed class TrackballAttribute : PropertyAttribute { public readonly string method; public TrackballAttribute(string method) { this.method = method; } } } namespace UnityEngine.PostProcessing { public sealed class TrackballAttribute : PropertyAttribute { public readonly string method; public TrackballAttribute(string method) { this.method = method; } } }