PIXI.utils.sayHello

sayHello(type: string) → {void}

Logs out the version and renderer information for this running instance of PIXI. If you don't want to see this message you can run PIXI.utils.skipHello() before creating your renderer. Keep in mind that doing that will forever make you a jerk face.

Parameters:
Name Type Description
type string

The string renderer type to log.

Returns:
Type Description
void
Powered by webdoc!