コード例 #1
0
 public EmoState(EmoState es)
 {
     this.hEmoState = EdkDll.ES_Create();
     EdkDll.ES_Copy(this.hEmoState, es.GetHandle());
 }
コード例 #2
0
 public EmoState()
 {
     this.hEmoState = EdkDll.ES_Create();
 }
コード例 #3
0
ファイル: EmoState.cs プロジェクト: JongSeob/BrainyStudio
 /// <summary>
 /// Constructor
 /// </summary>
 public EmoState()
 {
     hEmoState = EdkDll.ES_Create();
 }