MCPcopy Index your code
hub / github.com/phaserjs/phaser / setVisible

Method setVisible

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

* Sets the visibility of this Game Object. * * An invisible Game Object will skip rendering, but will still process update logic. * @param value The visible state of the Game Object. * @returns This Game Object instance.

(value: boolean)

Source from the content-addressed store, hash-verified

20941 * @returns This Game Object instance.
20942 */
20943 setVisible(value: boolean): this;
20944 }
20945
20946 }

Callers 12

ScenePlugin.jsFile · 0.80
Group.jsFile · 0.80
AnimationState.jsFile · 0.80
InputPlugin.jsFile · 0.80
createMethod · 0.80
createMethod · 0.80
helper.test.jsFile · 0.80
Systems.test.jsFile · 0.80
Bob.test.jsFile · 0.80
Visible.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected