mirror of
https://github.com/Ukendio/jecs.git
synced 2026-05-13 14:24:14 +00:00
Update src/jecs.d.ts
Co-authored-by: dai <contact@daimond113.com>
This commit is contained in:
parent
7824c1aa55
commit
0254dd73be
1 changed files with 1 additions and 1 deletions
2
src/jecs.d.ts
vendored
2
src/jecs.d.ts
vendored
|
|
@ -161,7 +161,7 @@ export class World {
|
||||||
* @param entity The entity using a relationship pair.
|
* @param entity The entity using a relationship pair.
|
||||||
* @param relation The "relationship" component/tag
|
* @param relation The "relationship" component/tag
|
||||||
*/
|
*/
|
||||||
targets(entity: Entity, relation: Entity): Iter<Entity>
|
targets(entity: Entity, relation: Entity): IterFn<[]>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Deletes an entity (and its components/relationships) from the world entirely.
|
* Deletes an entity (and its components/relationships) from the world entirely.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue