texture property

GTexture? texture

Gets the atlas texture.

Implementation

GTexture? get texture {
  return _atlasTexture;
}