MCPcopy Create free account
hub / github.com/esengine/esengine / onApply

Method onApply

packages/effect/src/core/IEffect.ts:275–275  ·  view source on GitHub ↗

* @zh 效果应用时调用 * @en Called when effect is applied

(effect: IEffectInstance, target: TTarget)

Source from the content-addressed store, hash-verified

273 * @en Called when effect is applied
274 */
275 onApply?(effect: IEffectInstance, target: TTarget): void;
276
277 /**
278 * @zh 效果移除时调用

Callers 1

applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected