Exemplo n.º 1
0
 public float ExpressivGetLowerFaceActionPower()
 {
     return(EdkDll.ES_ExpressivGetLowerFaceActionPower(this.hEmoState));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Returns the detected lower face Expressiv action power of the user
 /// </summary>
 /// <returns>power value (0.0 to 1.0)</returns>
 public Single ExpressivGetLowerFaceActionPower()
 {
     return(EdkDll.ES_ExpressivGetLowerFaceActionPower(hEmoState));
 }