Deletes the avatar with the given id
Unique ID auf the avatar
Returns the asset bundle for a specific resource
Unique ID if the garment as used in your systems
Returns the gender of an avatar as enum.
Unique ID of the avatar
Returns a list of ids for the available resources for this provider.
Returns the display name of the avatar as string. This will be shown in the avatar selection drawer.
Unique ID of the avatar
Returns an url to the thumbail image of the avatar. This will be shown in the avater selection drawer. Thumbnails should ideally be square.
Unique ID of the avatar
Sets the gender of the avatar with the given ID.
Unique ID of the avatar
Genderof the avatar
Sets the name for the avatar with the given ID.
Unique ID of the avatar
Name of the avatar
Sets the thumbnail for the avatar encoded as base64 string.
Unique ID of the avatar
Thumbnail png in base64 format
Stores the avatar's assets persistently for the given ID. How you actually store them is up to you.
Unique ID of the avatar
Asset container object
Provider for custom mannequins. The methods defined by this interface are used to store the data for the avatar. How you store the data is completely up to you.