Files
adriadri6972 d3d9c5f833 upload project
2025-07-31 15:21:08 +02:00

10 lines
208 B
C#

using UnityEngine;
namespace Timeline.Samples
{
// Helper attribute that removes the fold out and draws all child properties inline.
public class NoFoldOutAttribute : PropertyAttribute
{
}
}