Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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