Function Sprite3D.regionEnabled
If true
, texture will be cut from a larger atlas texture. See regionRect
.
bool regionEnabled() nothrow @property @nogc;
void regionEnabled
(
bool v
) nothrow @property @nogc;