godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
SpriteFrames.renameAnimation
godot
spriteframes
SpriteFrames
Changes the animation's name to
newname
.
struct
SpriteFrames
@
nogc
nothrow
void
renameAnimation
(
StringArg0
StringArg1
)
(
in
StringArg0
anim
,
in
StringArg1
newname
)
Meta
Source
See Implementation
godot
spriteframes
SpriteFrames
aliases
BaseClasses
functions
_getAnimations
_getFrames
_setAnimations
_setFrames
addAnimation
addFrame
clear
clearAll
getAnimationLoop
getAnimationNames
getAnimationSpeed
getFrame
getFrameCount
hasAnimation
opAssign
opEquals
removeAnimation
removeFrame
renameAnimation
setAnimationLoop
setAnimationSpeed
setFrame
properties
animations
frames
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Changes the animation's name to newname.