Version: 2020.1
public static void print (object message);

描述

将消息记录到 Unity 控制台(与 Debug.Log 相同)。

另请参阅:Debug.Log、Debug.LogWarning、Debug.LogError。