MCPcopy Create free account
hub / github.com/galacean/engine / _onAwake

Method _onAwake

packages/core/src/Script.ts:188–190  ·  view source on GitHub ↗

* @internal

()

Source from the content-addressed store, hash-verified

186 * @internal
187 */
188 override _onAwake(): void {
189 this.onAwake();
190 }
191
192 /**
193 * @internal

Callers

nothing calls this directly

Calls 1

onAwakeMethod · 0.95

Tested by

no test coverage detected