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 1 minuteLast updated 7 days ago

Definition

public NotKeyableAttribute()

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.