UnityEngine.AndroidJavaObject.DebugPrint C# (CSharp) Method

DebugPrint() protected method

protected DebugPrint ( string msg ) : void
msg string
return void
		protected void DebugPrint(string msg){}
		protected void DebugPrint(string call, string methodName, string signature, Object[] args){}

Same methods

AndroidJavaObject::DebugPrint ( string call, string methodName, string signature, Object args ) : void