Méthode | Description | |
---|---|---|
FinishedStartup ( ) : void | ||
GetAvatarArchiveFilenames ( ) : List |
Gets the avatar archive filenames.
|
|
GetAvatarArchiveFilenames ( bool fullName ) : List |
Gets the avatar archive filenames.
|
|
GetAvatarArchiveImages ( ) : List |
Gets the avatar archive images.
|
|
GetAvatarArchives ( ) : List |
Gets all public avatar archives
|
|
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
LoadAvatarArchive ( string fileName, UUID principalID ) : WhiteCore.Framework.ClientInterfaces.AvatarArchive | ||
SaveAvatarArchive ( string fileName, UUID principalID, string folderName, UUID snapshotUUID, bool isPublic, bool isPortable ) : bool |
Saves the avatar archive.
|
|
Start ( IConfigSource config, IRegistryCore registry ) : void |
Méthode | Description | |
---|---|---|
HandleLoadAvatarArchive ( IScene scene, string cmdparams ) : void |
Handles loading of an avatar archive.
|
|
HandleSaveAvatarArchive ( IScene scene, string cmdparams ) : void |
Handles saving of an avatar archive.
|
Méthode | Description | |
---|---|---|
ConvertXMLToAvatarAppearance ( OSDMap map ) : |
||
CopyWearablesAndAttachments ( UUID destination, UUID source, |
||
ExportArchiveImage ( UUID imageUUID, string archiveName, string filePath ) : void | ||
GetEncoderInfo ( string mimeType ) : ImageCodecInfo | ||
GiveInventoryItem ( UUID senderId, UUID recipient, WhiteCore.Framework.Services.ClassHelpers.Inventory.InventoryItemBase item, WhiteCore.Framework.Services.ClassHelpers.Inventory.InventoryFolderBase parentFolder ) : WhiteCore.Framework.Services.ClassHelpers.Inventory.InventoryItemBase | ||
LoadAssetBase ( OSDMap map ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
LoadAssets ( OSDMap assets ) : void | ||
ResizeBitmap ( System.Image b, int nWidth, int nHeight, string name ) : Bitmap | ||
SaveAsset ( UUID AssetID, WhiteCore.Framework.ClientInterfaces.AvatarArchive &archive, bool isPortable ) : void | ||
SaveItem ( UUID ItemID, WhiteCore.Framework.ClientInterfaces.AvatarArchive &archive ) : void |
public GetAvatarArchiveFilenames ( ) : List |
||
Résultat | List |
public GetAvatarArchiveFilenames ( bool fullName ) : List |
||
fullName | bool | |
Résultat | List |
protected HandleLoadAvatarArchive ( IScene scene, string cmdparams ) : void | ||
scene | IScene | Scene. |
cmdparams | string | Cmdparams. |
Résultat | void |
protected HandleSaveAvatarArchive ( IScene scene, string cmdparams ) : void | ||
scene | IScene | Scene. |
cmdparams | string | Cmdparams. |
Résultat | void |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Résultat | void |
public LoadAvatarArchive ( string fileName, UUID principalID ) : WhiteCore.Framework.ClientInterfaces.AvatarArchive | ||
fileName | string | |
principalID | UUID | |
Résultat | WhiteCore.Framework.ClientInterfaces.AvatarArchive |
public SaveAvatarArchive ( string fileName, UUID principalID, string folderName, UUID snapshotUUID, bool isPublic, bool isPortable ) : bool | ||
fileName | string | File name. |
principalID | UUID | Principal I. |
folderName | string | Folder name. |
snapshotUUID | UUID | Snapshot UUI. |
isPublic | bool | If set to |
isPortable | bool | If set to |
Résultat | bool |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Résultat | void |