ItemModel
public class ItemModel
ItemModel contains base information about additional avatar items.
-
Can be used to present item on the screen.
Declaration
Swift
public var item: MeshItem? -
Information about item received from server.
Declaration
Swift
public var responseFile: ResponseAvatarExportFileModel? -
Is used to determine whether ply item and preview were downloaded or not.
Declaration
Swift
public func isDownloaded() -> Bool
ItemModel Class Reference