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