Phaser API Documentation

  Version: 

Member of: Phaser.Utils

<static> NULL()

Description:

A NULL OP callback function.

This function always returns null.

Used internally by Phaser when it's more expensive to determine if a callback exists than it is to just invoke an empty function.

Since: 3.60.0
Source: src/utils/NULL.js (Line 7)