Exemplo n.º 1
0
 public float ExpressivGetClenchExtent()
 {
     return(EdkDll.ES_ExpressivGetClenchExtent(this.hEmoState));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Returns the clench extent of the user (Obsolete function)
 /// </summary>
 /// <returns>clench extent value (0.0 to 1.0)</returns>
 public Single ExpressivGetClenchExtent()
 {
     return(EdkDll.ES_ExpressivGetClenchExtent(hEmoState));
 }