Annotation Interface TextureMetadataMarker


@Retention(RUNTIME) @Target(FIELD) public @interface TextureMetadataMarker
  • 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:
      {}
    • predefinedGroup

      For specific groups that all share the same properties, an TextureMetadataMarker.PredefinedGroups enum can be provided instead of manually defining all the properties multiple times.
      Default:
      NONE