SkiaSpriteCanvas
Introduction The SkiaSpriteCanvas type provides a Skia canvas which can be used to render any Skia graphics. All rendering performed on the canvas is efficiently converted to a Texture2D. SkiaSpriteCanvas inherits from the standard FlatRedBall Sprite, so it provides all of the common Sprite functionality including: Attachment to entities Sorting according to the SpriteManager settings Rotation,[…]