Annotation Interface TextureMetadataMarker


@Retention(RUNTIME) @Target(FIELD) public @interface TextureMetadataMarker
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int[]
    A list of frames, to be animated in the given order.
    int
    The frame time of an animation.
    boolean
    Whether the animation frames should be interpolated.
  • Element Details

    • frameTime

      int frameTime
      The frame time of an animation.
      Default:
      1
    • interpolate

      boolean interpolate
      Whether the animation frames should be interpolated.
      Default:
      false
    • frames

      int[] frames
      A list of frames, to be animated in the given order.
      Default:
      {}