Show / Hide Table of Contents

    Interface ISpriteProvider

    Interface of a single sprite source.

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface ISpriteProvider : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Sprite

    Gets a sprite to work with.

    Declaration
    ISprite Sprite { get; }
    Property Value
    Type Description
    ISprite

    The sprite.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX