Diff of /trunk/ModularRex/RexNetwork/IClientRexFaceExpression.cs
Parent Directory
|
Revision Log
|
Patch
| revision 3, Sun Sep 14 05:00:29 2008 UTC | revision 74, Wed Feb 18 09:49:33 2009 UTC | |
|---|---|---|
| # | Line 2 | Line 2 |
| 2 | ||
| 3 | namespace ModularRex.RexNetwork | namespace ModularRex.RexNetwork |
| 4 | { | { |
| 5 | /// <summary> | |
| 6 | /// This client supports realXtend-style facial animation | |
| 7 | /// </summary> | |
| 8 | public interface IClientRexFaceExpression | public interface IClientRexFaceExpression |
| 9 | { | { |
| 10 | event RexFaceExpressionDelegate OnRexFaceExpression; | event RexGenericMessageDelegate OnRexFaceExpression; |
| 11 | void SendRexFaceExpression(List<string> expressionData); | void SendRexFaceExpression(List<string> expressionData); |
| 12 | } | } |
| 13 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

