Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NotKeyableAttribute

Use this attribute in a script to mark a property as non-animatable.
Read time 3 minutesLast updated 4 days ago

Definition

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Field)]public class NotKeyableAttribute : Attribute

Remarks

A non-animatable property cannot have key animation (not keyable). It does not appear as animatable in the Animation window and it cannot be animated in the Animator component or the Animation component.

Inheritance

Inherited Members