View of /trunk/ModularRex/RexNetwork/IClientRexFaceExpression.cs
Parent Directory
|
Revision Log
Revision 74 -
(download)
(annotate)
Wed Feb 18 09:49:33 2009 UTC (4 years, 3 months ago) by mikkopa
File size: 365 byte(s)
Wed Feb 18 09:49:33 2009 UTC (4 years, 3 months ago) by mikkopa
File size: 365 byte(s)
Refactored RexClientView generic message handlers to a dictionary. Adding new handlers should be easier than before.
using System.Collections.Generic;
namespace ModularRex.RexNetwork
{
/// <summary>
/// This client supports realXtend-style facial animation
/// </summary>
public interface IClientRexFaceExpression
{
event RexGenericMessageDelegate OnRexFaceExpression;
void SendRexFaceExpression(List<string> expressionData);
}
}| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

