UnityEditor.AssetPostprocessor.LogError C# (CSharp) 메소드

LogError() 개인적인 메소드

private LogError ( string warning ) : void
warning string
리턴 void
        public void LogError(string warning)
        {
            Object context = null;
            this.LogError(warning, context);
        }

Same methods

AssetPostprocessor::LogError ( string warning, [ context ) : void