UnityEngine.Social.ReportScore C# (CSharp) Méthode

ReportScore() public static méthode

public static ReportScore ( long score, string board, Action callback ) : void
score long
board string
callback Action
Résultat void
        public static void ReportScore(long score, string board, Action<bool> callback)
        {
            Active.ReportScore(score, board, callback);
        }