godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
SpriteFrames.setFrame
godot
spriteframes
SpriteFrames
Sets the texture of the given frame.
struct
SpriteFrames
@
nogc
nothrow
void
setFrame
(
in
String
anim
,
in
long
idx
,
Texture
txt
)
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
toHash
properties
animations
frames
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Sets the texture of the given frame.