Deterministic ID from signal name. Uses hash; generation 0.
(s: &str)
| 240 | "Animation ID - allocated by animation system. Index + generation." |
| 241 | ); |
| 242 | define_generational!( |
| 243 | NavMeshID, |
| 244 | "Navmesh ID - allocated by navigation resource system. Index + generation." |
| 245 | ); |
| 246 | define_generational!( |
| 247 | TileSetID, |
nothing calls this directly
no test coverage detected