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