言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Social.ReportProgress

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static function ReportProgress(achievementID: string, progress: double, callback: Action<bool>): void;
public static void ReportProgress(string achievementID, double progress, Action<bool> callback);
public static def ReportProgress(achievementID as string, progress as double, callback as Action<bool>) as void

Description

Achievement の進捗を報告します

Achievement ID 番号はこのアプリケーションに紐づいた Achievement Description と一致する必要があります。一般的に進捗の報告が 0.0 の場合、隠されてた Achievement が表示されるようになったことを意味します。プラットフォーム次第で、部分的な進捗は必ずしも報告できず、結果として進捗の報告が 100.0 以外の値は使用できない場合があります。