A Texture capable of storing many smaller Textures with offsets.
A Texture capable of storing many smaller Textures with offsets.
You can dynamically add pieces([Texture]) to this [code]LargeTexture[/code] using different offsets.
Add another [Texture] to this [code]LargeTexture[/code], starting on offset "ofs".
Clears the [code]LargeTexture[/code].
Returns the number of pieces currently in this [code]LargeTexture[/code].
Returns the offset of the piece with index "idx".
Returns the [Texture] of the piece with index "idx".
Sets the offset of the piece with index "idx" to "ofs".
Sets the [Texture] of the piece with index "idx" to "ofs".
Sets the size of this [code]LargeTexture[/code].