C# Class OpenSim.Framework.AvatarPickerReplyDataArgs

Inheritance: EventArgs
Mostra file Open project: Mobius-Team/Mobius Class Usage Examples

Public Properties

Property Type Description
AvatarID UUID
FirstName byte[]
LastName byte[]

Property Details

AvatarID public_oe property

public UUID AvatarID
return UUID

FirstName public_oe property

public byte[] FirstName
return byte[]

LastName public_oe property

public byte[] LastName
return byte[]