AvatarModel
public class AvatarModel : ItemModel
AvatarModel
contains base information about the avatar model.
-
Can be used to present avatar outfits on the screen.
Declaration
Swift
public var outfitItems: [ItemModel]
-
File URL to preview image of this avatar.
Declaration
Swift
public var previewFileURL: URL?
-
File URL to model info for this avatar.
Declaration
Swift
public var modelInfoFileURL: URL!
-
Information about avatar received from server.
Declaration
Swift
public var responseAvatarModel: ResponseAvatarModel { get set }
-
File URL to original photo for this avatar.
Declaration
Swift
public var photoURL: URL?
-
Is used to determine whether mesh item and preview were downloaded or not.
Declaration
Swift
public override func isDownloaded() -> Bool