godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
LargeTexture.setPieceOffset
godot
largetexture
LargeTexture
Sets the offset of the piece with index "idx" to "ofs".
struct
LargeTexture
@
nogc
nothrow
void
setPieceOffset
(
in
long
idx
,
in
Vector2
ofs
)
Meta
Source
See Implementation
godot
largetexture
LargeTexture
aliases
BaseClasses
functions
_getData
_setData
addPiece
clear
getPieceCount
getPieceOffset
getPieceTexture
opAssign
opEquals
setPieceOffset
setPieceTexture
setSize
properties
_data
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Sets the offset of the piece with index "idx" to "ofs".