Atlas info is used in the UVAtlasAnimator to provide the animator with information on format of an image that is an atlas of all the frames in an animation.
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|GridSize|Int2|
|GridSize|Int2| The size of the grid that the image frames take up on the atlas (Ex: 4 by 8 grid of frames for a max of 32 total frames)
|GridFrames|Int|
|GridFrames|Int| The amount of frames on the animation atlas image. If the amount of frames is less than the max (the two <code>GridSize</code> numbers multiplied together) then it will stop on frame <code>GridFrames</code> when this component is used by UVAtlasAnimator.
Atlas info is used in the UVAtlasAnimator to provide the animator with information on format of an image that is an atlas of all the frames in an animation.
The amount of frames on the animation atlas image. If the amount of frames is less than the max (the two GridSize numbers multiplied together) then it will stop on frame GridFrames when this component is used by UVAtlasAnimator.