C# Class Universe.Framework.ClientInterfaces.AvatarArchive

Inheritance: Universe.Framework.Modules.IDataTransferable
Datei anzeigen Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
Appearance AvatarAppearance
AssetsMap OSDMap
BodyMap OSDMap
FileName string
FolderName string
IsPortable bool
IsPublic bool
ItemsMap OSDMap
LocalSnapshot string
Snapshot UUID

Public Methods

Method Description
FromOSD ( OSDMap map ) : void
ToOSD ( ) : OSDMap

Method Details

FromOSD() public method

public FromOSD ( OSDMap map ) : void
map OSDMap
return void

ToOSD() public method

public ToOSD ( ) : OSDMap
return OSDMap

Property Details

Appearance public_oe property

Appearance in the archive
public AvatarAppearance,Universe.Framework.ClientInterfaces Appearance
return AvatarAppearance

AssetsMap public_oe property

public OSDMap AssetsMap
return OSDMap

BodyMap public_oe property

public OSDMap BodyMap
return OSDMap

FileName public_oe property

Name of the archive
public string FileName
return string

FolderName public_oe property

Folder to load this archive into
public string FolderName
return string

IsPortable public_oe property

true/false if it is a portabl;e archive
public bool IsPortable
return bool

IsPublic public_oe property

true/false if its public
public bool IsPublic
return bool

ItemsMap public_oe property

public OSDMap ItemsMap
return OSDMap

LocalSnapshot public_oe property

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

Snapshot public_oe property

uuid of a text that shows off this archive
public UUID Snapshot
return UUID