Classes related to displaying avatars on the screen. Some of these classes, such as ArtSprite and AvatarDisplay are required for visual representations of avatar characters. Others like Viewport and ThumbnailArtSprite are optional helper classes.
| Class | Description | |
|---|---|---|
| ArtSprite | Represents an individual graphic element within an AvatarDisplay instance. | |
| AvatarDisplay | A visual container for Avatar instances. | |
| MirroredArtSprite | ArtSprite for mirrored art defined resulting from a Mirror behavior. | |
| SourceLoaderSprite | Sprite class which contains a src property for loading content of various types including class instances or external content loaded through an internal Loader instance. | |
| ThumbnailArtSprite | A variation of ArtSprite that loads the thumbnail of an Art instance. | |
| Viewport | A cropped (masked) area for viewing display objects such as AvatarDisplay instances. |