コード例 #1
0
ファイル: Utility.cs プロジェクト: batiacosta/Cyramza
 /// <summary>
 /// Returns the string that identifies your application to the system.
 /// </summary>
 /// <returns>The bundle identifier.</returns>
 public string GetBundleIdentifier()
 {
     return(PlayerSettings.GetBundleIdentifier());
 }
コード例 #2
0
ファイル: Utility.cs プロジェクト: batiacosta/Cyramza
 /// <summary>
 /// Returns the string that specifies build version number of the bundle.
 /// </summary>
 /// <returns>The bundle version.</returns>
 public string GetBundleVersion()
 {
     return(PlayerSettings.GetBundleVersion());
 }