Class BaseTrackOnlyAttribute
Use this attribute on track asset properties where the value is only used on the BaseTrack. This will hide the value on inspectors when the track is a subtrack.
Namespace: Unity.Timeline.Hybrid
Syntax
[AttributeUsage(AttributeTargets.Field)]
public class BaseTrackOnlyAttribute : PropertyAttribute