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