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 SourceSprite
Gets a sprite to work with.
Declaration
ISprite Sprite { get; }
Property Value
Type | Description |
---|---|
ISprite | The sprite. |