Class NotKeyableAttribute
Apply this to a PlayableBehaviour class or field to indicate that it is not animatable.
Namespace: UnityEngine.Timeline
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Field)]
public class NotKeyableAttribute : Attribute, _Attribute