Search Results for

    Show / Hide Table of Contents

    Struct Sprite

    Contains information about single atlas slot with sprite texture.

    Assembly: FlaxEngine.dll
    File: Engine/Render2D/SpriteAtlas.h
    Syntax
    public struct Sprite

    Fields

    Area

    The normalized area of the sprite in the atlas (in range [0;1]).

    Declaration
    public Rectangle Area
    Field Value
    Rectangle

    Name

    The sprite name.

    Declaration
    public String Name
    Field Value
    String

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat