Annotation of /trunk/ModularRex/RexNetwork/IClientRexFaceExpression.cs
Parent Directory
|
Revision Log
Revision 74 - (view) (download)
| 1 : | afrisby | 3 | using System.Collections.Generic; |
| 2 : | |||
| 3 : | namespace ModularRex.RexNetwork | ||
| 4 : | { | ||
| 5 : | afrisby | 11 | /// <summary> |
| 6 : | /// This client supports realXtend-style facial animation | ||
| 7 : | /// </summary> | ||
| 8 : | afrisby | 3 | public interface IClientRexFaceExpression |
| 9 : | { | ||
| 10 : | mikkopa | 74 | event RexGenericMessageDelegate OnRexFaceExpression; |
| 11 : | afrisby | 3 | void SendRexFaceExpression(List<string> expressionData); |
| 12 : | } | ||
| 13 : | } |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

