Rope#setFrame()
  • References/Game Development/Phaser/Display/Rope

setFrame(frame) Sets the texture frame the Game Object uses for rendering. This is primarily an internal method used by

2025-01-10 15:47:30
Rope#overlap()
  • References/Game Development/Phaser/Display/Rope

overlap(displayObject) → {boolean} Checks to see if the bounds of this Game Object overlaps with

2025-01-10 15:47:30
Rope#offsetX
  • References/Game Development/Phaser/Display/Rope

[readonly] offsetX : number The amount the Game Object is visually offset from its x coordinate

2025-01-10 15:47:30
Rope#contains()
  • References/Game Development/Phaser/Display/Rope

contains(child) → {Boolean} Determines whether the specified display object is a child of the D

2025-01-10 15:47:30
Rope#x
  • References/Game Development/Phaser/Display/Rope

x : number The position of the Game Object on the x axis relative to the local coordinates of the parent.

2025-01-10 15:47:30
Rope#fixedToCamera
  • References/Game Development/Phaser/Display/Rope

fixedToCamera : boolean A Game Object that is "fixed" to the camera uses its x/y coordinates as offsets from the top left of the

2025-01-10 15:47:30
Rope#bottom
  • References/Game Development/Phaser/Display/Rope

bottom : number The sum of the y and height properties.This is the same as y + height - offsetY.

2025-01-10 15:47:30
Rope#left
  • References/Game Development/Phaser/Display/Rope

left : number The left coordinate of the Game Object.This is the same as x - offsetX.

2025-01-10 15:47:30
Rope#z
  • References/Game Development/Phaser/Display/Rope

[readonly] z : number The z depth of this Game Object within its parent Group.No two

2025-01-10 15:47:30
Rope#smoothed
  • References/Game Development/Phaser/Display/Rope

smoothed : boolean Enable or disable texture smoothing for this Game Object. It only takes effect if the Game Object is

2025-01-10 15:47:30