Namespace: Align

Phaser.Display. Align

Namespaces

In
To

Members


<static, constant> BOTTOM_CENTER :number

A constant representing a bottom-center alignment or position.

Type:
  • number
Since: 3.0.0
Source: src/display/align/const.js (Line 108)

<static, constant> BOTTOM_LEFT :number

A constant representing a bottom-left alignment or position.

Type:
  • number
Since: 3.0.0
Source: src/display/align/const.js (Line 99)

<static, constant> BOTTOM_RIGHT :number

A constant representing a bottom-right alignment or position.

Type:
  • number
Since: 3.0.0
Source: src/display/align/const.js (Line 117)

<static, constant> CENTER :number

A constant representing a center alignment or position.

Type:
  • number
Since: 3.0.0
Source: src/display/align/const.js (Line 63)

<static, constant> LEFT_BOTTOM :number

A constant representing a left-bottom alignment or position.

Type:
  • number
Since: 3.0.0
Source: src/display/align/const.js (Line 54)

<static, constant> LEFT_CENTER :number

A constant representing a left-center alignment or position.

Type:
  • number
Since: 3.0.0
Source: src/display/align/const.js (Line 45)

<static, constant> LEFT_TOP :number

A constant representing a left-top alignment or position.

Type:
  • number
Since: 3.0.0
Source: src/display/align/const.js (Line 36)

<static, constant> RIGHT_BOTTOM :number

A constant representing a right-bottom alignment or position.

Type:
  • number
Since: 3.0.0
Source: src/display/align/const.js (Line 90)

<static, constant> RIGHT_CENTER :number

A constant representing a right-center alignment or position.

Type:
  • number
Since: 3.0.0
Source: src/display/align/const.js (Line 81)

<static, constant> RIGHT_TOP :number

A constant representing a right-top alignment or position.

Type:
  • number
Since: 3.0.0
Source: src/display/align/const.js (Line 72)

<static, constant> TOP_CENTER :number

A constant representing a top-center alignment or position.

Type:
  • number
Since: 3.0.0
Source: src/display/align/const.js (Line 18)

<static, constant> TOP_LEFT :number

A constant representing a top-left alignment or position.

Type:
  • number
Since: 3.0.0
Source: src/display/align/const.js (Line 9)

<static, constant> TOP_RIGHT :number

A constant representing a top-right alignment or position.

Type:
  • number
Since: 3.0.0
Source: src/display/align/const.js (Line 27)