Texture.copy

Copy another Texture to this. The second parameter is a pointer to the destination rect. Is it is null this means the whole tex is copied.

class Texture
final const
void
copy
(
const Texture tex
,
const ShortRect* rect = null
)

Meta