Constant shard_ecs::constants::ENTITY_VERSION_BITS[][src]

pub const ENTITY_VERSION_BITS: u8 = 8;
Expand description

Used amount of bits in an entity for storing the version. Is defined to be 8 bits. Thus, yielding 2^8 = 256 different versions.