Skip to content

Debug

The Debug class contains methods that simplify debugging during game development.

静态方法

Debug.Log ( ...args : any[] ) : void
Prints debug information to the console.
Debug.Warning ( ...args : any[] ) : void
Outputs a warning message to the console.
Debug.Error ( ...args : any[] ) : void
Outputs an error message to the console.