FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Print entities ID according to entt specifications · Issue #204 · EngineSquared/EngineSquared · GitHub

Print entities ID according to entt specifications #204

Description

Right now we print entities IDs in debug system as ints

But we know from PR #176 that an entt entity is actually an int in two parts: some bits for the actual index in the data structure, and some others for the version of the entity (see the PR's code for more details)
It would be better to print the ID and version separately

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL