Beispiel #1
0
 public float ExpressivGetLowerFaceActionPower()
 {
     return(EdkDll.ES_ExpressivGetLowerFaceActionPower(this.hEmoState));
 }
Beispiel #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));
 }