parent property

GTexture? parent

Returns the parent texture of this sub-texture.

Implementation

GTexture? get parent {
  return _parent;
}