Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

MonoBehaviour.print

Switch to Manual

Declaration

public static void print(object message);

Description

Logs message to the Unity Console (identical to Debug.Log).

Additional resources: Debug.Log, Debug.LogWarning, Debug.LogError.