NewBehaviourScript.OnLogCallback C# (CSharp) Method

OnLogCallback() private method

private OnLogCallback ( string condition, string stackTrace, LogType type ) : void
condition string
stackTrace string
type LogType
return void
	private void OnLogCallback(string condition, string stackTrace, LogType type) {
		OutPut (condition);
	}
	private void OutPut(string message) {