Function AtlasTexture.atlas

The texture that contains the atlas. Can be any Texture subtype.

Texture atlas() nothrow @property @nogc;

void atlas (
  Texture v
) nothrow @property @nogc;