index

Return a transiently unique identifier. No two simultaneously-live entities share the same index, but dead entities' indices may collide with both live and dead entities. Useful for compactly representing entities within a specific snapshot of the world, such as when serializing.

Arguments

  • _self : Entity - No Documentation 🚧

Returns

  • arg0 : u32 - No Documentation 🚧