Skip to content

format

typescript
Debug.Log(...args)

class: Debug

description

Prints debug information to the console.

parameter

param_nametypedescription
...argsany[]Debug information to be printed.

return

typedescription
void

code example

typescript
Debug.Log("print debug infomation");