示例#1
0
 internal void OnError(StreamingContext context, ErrorContext errorContext)
 {
     errorContext.Handled = true;
     UnityEngine.Debug.LogError("readerslas[] - context = " + context.ToString() + "; errorContext = " + errorContext.ToString());
 }