Class AsepriteFileExtensions
Extension methods for working with an Aseprite File loaded by the AsepriteDotNet library.
public static class AsepriteFileExtensions- Inheritance
- 
      
      AsepriteFileExtensions
- Inherited Members
Methods
- CreateAnimatedTilemap(AsepriteFile, GraphicsDevice, ProcessorOptions?)
- Creates a new AnimatedTilemap from the all frames in the provided aseprite file. 
- CreateSprite(AsepriteFile, GraphicsDevice, int, ProcessorOptions?)
- Creates a new Sprite from the specified frame index of the provided aseprite file instance. 
- CreateSpriteSheet(AsepriteFile, GraphicsDevice, ProcessorOptions?)
- Creates a new SpriteSheet from the provided aseprite file. 
- CreateTextureAtlas(AsepriteFile, GraphicsDevice, ProcessorOptions?)
- Creates a new TextureAtlas from the provided aseprite file. 
- CreateTilemap(AsepriteFile, GraphicsDevice, int, ProcessorOptions?)
- Creates a new Tilemap from a specified frame in the provided aseprite file. 
- CreateTileset(AsepriteFile, GraphicsDevice, int)
- Creates a new Tileset from the frame at the specified index in provided aseprite file. 
- CreateTileset(AsepriteFile, GraphicsDevice, string)
- Creates a new Tileset with the specified name in provided aseprite file. 
- CreateTileset(Tileset, GraphicsDevice)
- Creates a new Tileset from the specified aseprite tileset.