meta data for this page
📚 Native/Debug
📒 Static Function
📘 Debug.Log()
输出[常规]类型消息。
function Debug.Log( msg: any )
📘 Debug.LogWarning()
输出[警告\提示]类型消息。
function Debug.LogWarning( msg: any )
📘 Debug.LogError()
输出[错误\重要]类型消息
function Debug.LogError( msg: any )