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

Method getTracked

packages/core/src/ECS/Systems/EntityCache.ts:74–76  ·  view source on GitHub ↗

* 获取被跟踪的实体集合

()

Source from the content-addressed store, hash-verified

72 * 获取被跟踪的实体集合
73 */
74 public getTracked(): ReadonlySet<Entity> {
75 return this._trackedEntities;
76 }
77
78 /**
79 * 添加被跟踪的实体

Callers 1

updateEntityTrackingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected