Annotation Interface TextureMetadataMarker
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionint[]A list of frames, to be animated in the given order.intThe frame time of an animation.booleanWhether the animation frames should be interpolated.
-
Element Details
-
frameTime
int frameTimeThe frame time of an animation.- Default:
1
-
interpolate
boolean interpolateWhether the animation frames should be interpolated.- Default:
false
-
frames
int[] framesA list of frames, to be animated in the given order.- Default:
{}
-