static function print (message : object) : void
Description描述
Logs message to the Unity Console. This function is identical to Debug.Log .
记录消息到Unity控制台,这个函数和Debug.Log作用相同。
参见: Debug.Log, Debug.LogWarning, Debug.LogError.