Phaser API Documentation

  Version: 
<static> IsPlainObject(obj)

Description:

This is a slightly modified version of jQuery.isPlainObject. A plain object is an object whose internal class property is [object Object].

Parameters:

name type description
obj object

The object to inspect.

Returns:
Description:

true if the object is plain, otherwise false.

Type:
  • boolean
Since: 3.0.0