コード例 #1
0
ファイル: EmotivCloudClient.cs プロジェクト: HWAN002/FG
 public static extern bool EC_SaveUserProfile(int userCloudID, int engineUserID, String profileName, profileFileType ptype);
コード例 #2
0
 public static extern Int32 EC_SaveUserProfile(int userCloudID, int engineUserID, String profileName, profileFileType ptype);
コード例 #3
0
 public static extern int EC_UploadProfileFile(int userCloudID, String profileName, String filePath, profileFileType ptype, bool overwrite_if_exists);