C# Class Universe.Framework.ClientInterfaces.AvatarArchive

Inheritance: Universe.Framework.Modules.IDataTransferable
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Свойство Type Description
Appearance AvatarAppearance
AssetsMap OSDMap
BodyMap OSDMap
FileName string
FolderName string
IsPortable bool
IsPublic bool
ItemsMap OSDMap
LocalSnapshot string
Snapshot UUID

Méthodes publiques

Méthode Description
FromOSD ( OSDMap map ) : void
ToOSD ( ) : OSDMap

Method Details

FromOSD() public méthode

public FromOSD ( OSDMap map ) : void
map OSDMap
Résultat void

ToOSD() public méthode

public ToOSD ( ) : OSDMap
Résultat OSDMap

Property Details

Appearance public_oe property

Appearance in the archive
public AvatarAppearance,Universe.Framework.ClientInterfaces Appearance
Résultat AvatarAppearance

AssetsMap public_oe property

public OSDMap AssetsMap
Résultat OSDMap

BodyMap public_oe property

public OSDMap BodyMap
Résultat OSDMap

FileName public_oe property

Name of the archive
public string FileName
Résultat string

FolderName public_oe property

Folder to load this archive into
public string FolderName
Résultat string

IsPortable public_oe property

true/false if it is a portabl;e archive
public bool IsPortable
Résultat bool

IsPublic public_oe property

true/false if its public
public bool IsPublic
Résultat bool

ItemsMap public_oe property

public OSDMap ItemsMap
Résultat OSDMap

LocalSnapshot public_oe property

filename of the local snapshot that shows off this archive (for portable use)
public string LocalSnapshot
Résultat string

Snapshot public_oe property

uuid of a text that shows off this archive
public UUID Snapshot
Résultat UUID