Phaser API Documentation

  Version: 

Member of: Phaser.Utils

<static> NOOP()

Description:

A NOOP (No Operation) callback function.

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.0.0
Source: src/utils/NOOP.js (Line 7)