Interface SpriteAccessor.SpriteMutator<T>

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

public static interface SpriteAccessor.SpriteMutator<T>
Provides a mutator for a sprite property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setSprite(T aSprite)
    Sets the sprite for the sprite property.
  • Method Details

    • setSprite

      void setSprite(T aSprite)
      Sets the sprite for the sprite property.
      Parameters:
      aSprite - The sprite to be stored by the sprite property.