View of /branches/taiga-0.1/ModularRex/RexNetwork/IClientRexAppearance.cs
Parent Directory
|
Revision Log
Revision 370 -
(download)
(annotate)
Tue Apr 27 10:41:58 2010 UTC (3 years ago) by mikkopa
File size: 571 byte(s)
Tue Apr 27 10:41:58 2010 UTC (3 years ago) by mikkopa
File size: 571 byte(s)
Created branch for Taiga 0.1 specific changes.
using OpenMetaverse;
namespace ModularRex.RexNetwork
{
/// <summary>
/// This client supports realXtend style client appearances
/// </summary>
public interface IClientRexAppearance
{
event RexAppearanceDelegate OnRexAppearance;
event RexSetAppearanceDelegate OnRexSetAppearance;
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 |

