MonoBehaviour.print Manual     Reference     Scripting  
Scripting > Runtime Classes > MonoBehaviour
MonoBehaviour.print

static function print (message : object) : void

Description

Logs message to the Unity Console. This function is identical to Debug.Log.

See Also: Debug.Log, Debug.LogWarning, Debug.LogError.