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
|