Creature#previousPosition
  • References/Game Development/Phaser/Game Objects/Creature

[readonly] previousPosition : Phaser.Point

2025-01-10 15:47:30
Video#removeVideoElement()
  • References/Game Development/Phaser/Game Objects/Video

removeVideoElement() Removes the Video element from the DOM by calling parentNode.removeChild on itself.Also removes the autoplay

2025-01-10 15:47:30
Video#touchLocked
  • References/Game Development/Phaser/Game Objects/Video

touchLocked : boolean true if this video is currently locked awaiting a touch event. This happens on some mobile devices, such

2025-01-10 15:47:30
Component.PhysicsBody#PhysicsBody
  • References/Game Development/Phaser/Game Objects/Components/Component.PhysicsBody

new PhysicsBody() The PhysicsBody component manages the Game Objects physics body and physics enabling.It also overrides the x

2025-01-10 15:47:30
Video#onChangeSource
  • References/Game Development/Phaser/Game Objects/Video

onChangeSource : Phaser.Signal This signal is dispatched

2025-01-10 15:47:30
Video#timeout
  • References/Game Development/Phaser/Game Objects/Video

timeout : integer The amount of ms allowed to elapsed before the Video.onTimeout signal is dispatched while waiting for webcam

2025-01-10 15:47:30
Creature#angle
  • References/Game Development/Phaser/Game Objects/Creature

angle : number The angle property is the rotation of the Game Object in degrees from its original orientation. Values

2025-01-10 15:47:30
Component.Core#pendingDestroy
  • References/Game Development/Phaser/Game Objects/Components/Component.Core

pendingDestroy : boolean A Game Object is that is pendingDestroy is flagged to have its destroy method called on the next logic

2025-01-10 15:47:30
InputHandler#pointerDown()
  • References/Game Development/Phaser/Game Objects/InputHandler

pointerDown(pointerId) → {boolean} If the Pointer is down this returns

2025-01-10 15:47:30
Creature#timeDelta
  • References/Game Development/Phaser/Game Objects/Creature

timeDelta : number How quickly the animation advances. Default Value

2025-01-10 15:47:30