Interface SpriteAccessor<T>

  • Type Parameters:
    T - The sprite's type to be accessed.
    All Known Subinterfaces:
    SpriteAccessor.SpriteProperty<T>


    public interface SpriteAccessor<T>
    Provides an accessor for a sprite property.
    • Method Detail

      • getSprite

        T getSprite​()
        Retrieves the sprite from the sprite property.
        Returns:
        The sprite stored by the sprite property.