Skip to content
Xeltica edited this page Feb 23, 2018 · 2 revisions

In Wyte Engine, sprites are drawable objects which support animation.

They use unity's sprite system and you can use sprite animation easily through WyteAnimation API.

Rendering

The engine renders sprite with the following components:

  • SpriteEntity : Entity Implementation
  • SpriteTile : (Unimplemented) Tilemap Tile Implementation

Clone this wiki locally