View of /trunk/ModularRex/RexNetwork/IClientRexAppearance.cs
Parent Directory
|
Revision Log
Revision 161 -
(download)
(annotate)
Fri May 22 07:00:30 2009 UTC (3 years, 11 months ago) by tuco
File size: 501 byte(s)
Fri May 22 07:00:30 2009 UTC (3 years, 11 months ago) by tuco
File size: 501 byte(s)
- client startupmessage parameter fixed - rexappearance genericmessage packet fixed to be the same as in 0.4
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, bool overrideUsed);
string RexAvatarURL { get; set; }
string RexAvatarURLOverride { get; set; }
string RexAvatarURLVisible { get; }
}
}| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

