godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
LargeTexture.setPieceTexture
godot
largetexture
LargeTexture
Sets the
Texture
of the piece with index
idx
to
texture
.
struct
LargeTexture
@
nogc
nothrow
void
setPieceTexture
(
in
long
idx
,
Texture
texture
)
Meta
Source
See Implementation
godot
largetexture
LargeTexture
aliases
BaseClasses
functions
_getData
_setData
addPiece
clear
getPieceCount
getPieceOffset
getPieceTexture
opAssign
opEquals
setPieceOffset
setPieceTexture
setSize
toHash
properties
_data
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Sets the Texture of the piece with index idx to texture.