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

Method removeEntity

packages/editor-core/src/tokens.ts:120–120  ·  view source on GitHub ↗

移除实体 | Remove entity

(entity: unknown)

Source from the content-addressed store, hash-verified

118 addEntity(entity: unknown, parent?: unknown): void;
119 /** 移除实体 | Remove entity */
120 removeEntity(entity: unknown): void;
121 /** 选择实体 | Select entity */
122 selectEntity(entity: unknown | null): void;
123 /** 获取选中的实体 | Get selected entity */

Callers 15

undoMethod · 0.65
undoMethod · 0.65
undoMethod · 0.65
executeMethod · 0.65
undoMethod · 0.65
undoMethod · 0.65
destroyMethod · 0.65
destroyEntitiesMethod · 0.65
removeEntityMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected