UnityEngine.AndroidJavaObject.DebugPrint C# (CSharp) 메소드

DebugPrint() 보호된 메소드

protected DebugPrint ( string msg ) : void
msg string
리턴 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