Sprite

From Resonite Wiki
Revision as of 08:02, 24 July 2024 by Bluigi (talk | contribs) (Created page with "A '''Sprite''' represents a slice of a Texture2D that may include additional scale, size, and slicing information. Sprites are used to display graphics and produce backgrounds in UIX components such as Component:Image. == See also == * Component:SpriteProvider * Type:Sprite")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A Sprite represents a slice of a Texture2D that may include additional scale, size, and slicing information. Sprites are used to display graphics and produce backgrounds in UIX components such as Component:Image.

See also