예제 #1
0
 /// <summary>
 /// Returns the long term excitement level of the user
 /// </summary>
 /// <returns>excitement level (0.0 to 1.0)</returns>
 public Single AffectivGetExcitementLongTermScore()
 {
     return(EdkDll.ES_AffectivGetExcitementLongTermScore(hEmoState));
 }
예제 #2
0
파일: EmoState.cs 프로젝트: 0xF6/EmotivSDK
 public float AffectivGetExcitementLongTermScore()
 {
     return(EdkDll.ES_AffectivGetExcitementLongTermScore(this.hEmoState));
 }