MonoBehaviour.print
static
function
print(message:
object):
void;
static void print(object message);
static
def
print(message as object)
as void
Description
Logs message to the Unity Console. This function is identical to Debug.Log.
See Also: Debug.Log, Debug.LogWarning, Debug.LogError.