Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

NoFoldOutAttribute.cs 208B

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. }