MCPcopy
hub / github.com/pixijs/pixijs / set

Function set

src/environment/adapter.ts:71–74  ·  view source on GitHub ↗

* Sets the current adapter. * @param adapter - The new adapter.

(adapter: Adapter)

Source from the content-addressed store, hash-verified

69 * @param adapter - The new adapter.
70 */
71 set(adapter: Adapter): void
72 {
73 currentAdapter = adapter;
74 },
75};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected