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

Method _onEnable

packages/core/src/Script.ts:195–197  ·  view source on GitHub ↗

* @internal

()

Source from the content-addressed store, hash-verified

193 * @internal
194 */
195 override _onEnable(): void {
196 this.onEnable();
197 }
198
199 /**
200 * @internal

Callers 2

enabledFunction · 0.45
constructorFunction · 0.45

Calls 1

onEnableMethod · 0.95

Tested by

no test coverage detected