Interface SubBitmapEvent.TextureOwner

  • Enclosing class:
    SubBitmapEvent

    public static interface SubBitmapEvent.TextureOwner
    To be implemented by the Texture owner to release the texture.
    • Method Detail

      • release

        void release​(Texture tex)
        The given Texture is to be released by the owner.