Interface ISprite
A sprite is an image which can be manipulated (scaled, rotated or translated in space).
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.IDisposable.Dispose()
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface ISprite : IPixelPerfectCollidable, IHasModelMatrix, IScale, IRotate, ITranslate, IHasImage, INotifyPropertyChanged, IDisposable
Methods
| Improve this Doc View SourceClone()
Clone this sprite. This is a deep clone, meaning the generated sprite will be detached from the existing sprite.
Declaration
ISprite Clone()
Returns
Type | Description |
---|---|
ISprite | The cloned sprite. |