TrackballGroupAttribute.cs 130 B

12345678
  1. using System;
  2. namespace UnityEngine.PostProcessing
  3. {
  4. public sealed class TrackballGroupAttribute : PropertyAttribute
  5. {
  6. }
  7. }