NewBehaviourScript.OnLogCallback C# (CSharp) Метод

OnLogCallback() приватный Метод

private OnLogCallback ( string condition, string stackTrace, LogType type ) : void
condition string
stackTrace string
type LogType
Результат void
	private void OnLogCallback(string condition, string stackTrace, LogType type) {
		OutPut (condition);
	}
	private void OutPut(string message) {