AssemblyCSharp.ProfilerRecording.BalanceError C# (CSharp) 메소드

BalanceError() 공개 메소드

public BalanceError ( ) : void
리턴 void
        void BalanceError()
        {
            // this lets you know if you've accidentally
            // used the begin/end functions out of order
            Debug.LogError("ProfilerRecording start/stops not balanced for '"+id+"'");
        }