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

Method removeRelation

packages/fairygui/src/core/GObject.ts:672–674  ·  view source on GitHub ↗

* Remove a relation * 移除关联

(target: GObject, relationType: ERelationType)

Source from the content-addressed store, hash-verified

670 * 移除关联
671 */
672 public removeRelation(target: GObject, relationType: ERelationType): void {
673 this._relations?.remove(target, relationType);
674 }
675
676 // Gear | 齿轮
677

Callers

nothing calls this directly

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected