Skip to content

Home > @esengine/ecs-framework-monorepo > Component > id

Component.id property

组件唯一标识符

在整个游戏生命周期中唯一的数字ID。

Signature:

typescript
readonly id: number;

基于 MIT 许可证发布