UnityEngine.Social.ReportScore C# (CSharp) 메소드

ReportScore() 공개 정적인 메소드

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