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

Method toString

packages/core/src/ECS/Entity.ts:838–840  ·  view source on GitHub ↗

* 获取实体的字符串表示 * * @returns 实体的字符串描述

()

Source from the content-addressed store, hash-verified

836 * @returns 实体的字符串描述
837 */
838 public toString(): string {
839 return `Entity[${this.name}:${this.id}:${this.persistentId.slice(0, 8)}]`;
840 }
841
842 /**
843 * 获取实体的调试信息(包含组件缓存信息)

Callers 15

generateGUIDFallbackFunction · 0.45
formatUUIDFunction · 0.45
getAllPoolStatsMethod · 0.45
generateObjectIdMethod · 0.45
addComponentMethod · 0.45
removeComponentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected