NoFoldOutAttribute.cs 208 B

123456789
  1. using UnityEngine;
  2. namespace Timeline.Samples
  3. {
  4. // Helper attribute that removes the fold out and draws all child properties inline.
  5. public class NoFoldOutAttribute : PropertyAttribute
  6. {
  7. }
  8. }