Interface Texture

  • All Superinterfaces:
    Node

    public interface Texture
    extends Node
    • Method Detail

      • getPixels

        int[] getPixels()
      • getAnimationDirection

        int getAnimationDirection()
      • getAnimationSpeed

        int getAnimationSpeed()
      • isLoaded

        boolean isLoaded()
      • getU

        float getU()
      • setU

        void setU​(float u)
      • getV

        float getV()
      • setV

        void setV​(float v)