MonoBehaviour.print
public static void print(object message);
Description 描述
Logs message to the Unity Console (identical to Debug.Log).
See Also: Debug.Log, Debug.LogWarning, Debug.LogError.
Logs message to the Unity Console (identical to Debug.Log).
See Also: Debug.Log, Debug.LogWarning, Debug.LogError.