godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
LargeTexture.addPiece
godot
largetexture
LargeTexture
Add another
Texture
to this
LargeTexture
, starting on offset "ofs".
struct
LargeTexture
@
nogc
nothrow
long
addPiece
(
in
Vector2
ofs
,
Texture
texture
)
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
Add another Texture to this LargeTexture, starting on offset "ofs".