MCPcopy
hub / github.com/phaserjs/phaser / updateDisplayOrigin

Method updateDisplayOrigin

types/phaser.d.ts:19646–19646  ·  view source on GitHub ↗

* Updates the Display Origin cached values internally stored on this Game Object. * You don't usually call this directly, but it is exposed for edge-cases where you may.undefined * @returns This Game Object instance.

()

Source from the content-addressed store, hash-verified

19644 * @returns This Game Object instance.
19645 */
19646 updateDisplayOrigin(): this;
19647 }
19648
19649 /**

Callers 15

SetOriginFunction · 0.80
BitmapText.jsFile · 0.80
TextureCrop.jsFile · 0.80
Texture.jsFile · 0.80
Origin.jsFile · 0.80
TileSprite.jsFile · 0.80
NineSlice.jsFile · 0.80
Zone.jsFile · 0.80
Rectangle.jsFile · 0.80
Triangle.jsFile · 0.80
Star.jsFile · 0.80
Grid.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected