View of /trunk/ModularRex/RexNetwork/IClientRexAppearance.cs
Parent Directory
|
Revision Log
Revision 89 -
(download)
(annotate)
Thu Mar 5 13:15:49 2009 UTC (4 years, 2 months ago) by mikkopa
File size: 482 byte(s)
Thu Mar 5 13:15:49 2009 UTC (4 years, 2 months ago) by mikkopa
File size: 482 byte(s)
* Refactored client interfaces. * Modified how modules identify clients
using OpenMetaverse;
namespace ModularRex.RexNetwork
{
/// <summary>
/// This client supports realXtend style client appearances
/// </summary>
public interface IClientRexAppearance
{
event RexAppearanceDelegate OnRexAppearance;
void SendRexAppearance(UUID agentID, string avatarURL);
string RexAvatarURL { get; set; }
string RexAvatarURLOverride { get; set; }
string RexAvatarURLVisible { get; }
}
}| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

