# ESCAnimationName **Extends:** [Resource](../Resource) ## Description Class defining an animation to use for an angle. ## Property Descriptions ### animation ```gdscript export var animation: String = "" ``` Name of the animation ### mirrored ```gdscript export var mirrored: bool = false ``` Animation mirror (false is no mirror, true is mirrored)