* 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)
| 20941 | * @returns This Game Object instance. |
| 20942 | */ |
| 20943 | setVisible(value: boolean): this; |
| 20944 | } |
| 20945 | |
| 20946 | } |
no outgoing calls
no test coverage detected