Search Results for

    Show / Hide Table of Contents

    Sprites

    Sprites are assets that contain an image comprised of pixel data. They are mainly used for GUI implementation and can be animated. A sprite can be a singular image or an image composed of multiple frames. When a sprite contains multiple images or frames it is known as a sprite atlas.

    Flax Engine supports importing the following list of file types as sprites:

    • .png
    • .jpg
    • .jpeg
    • .bmp
    • .gif
    • .tga
    • .tif
    • .tiff
    • .dds
    • .hdr
    • .raw

    This section contains the following topics:

    • Importing Sprites
    • Modifying Sprite Atlas
    • Improve this Doc
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat