C# Class OpenSim.Framework.AvatarPickerReplyAgentDataArgs

Args to return to a client that queries picker data
Inheritance: EventArgs
Mostrar archivo Open project: Mobius-Team/Mobius Class Usage Examples

Public Properties

Property Type Description
AgentID UUID
QueryID UUID

Property Details

AgentID public_oe property

Unique Agent ID
public UUID AgentID
return UUID

QueryID public_oe property

ID of query user submitted
public UUID QueryID
return UUID