Co-authored-by: StraToN <StraToN@users.noreply.github.com> Co-authored-by: Dennis Ploeger <develop@dieploegers.de> Co-authored-by: dploeger <dploeger@users.noreply.github.com>
27 lines
454 B
Markdown
27 lines
454 B
Markdown
<!-- Auto-generated from JSON by GDScript docs maker. Do not edit this document directly. -->
|
|
|
|
# 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) |