6ae11ef2d372e13300fc2a053b6c0f511bb1322e
- Remove requirement of an Engine instance in ComponentMapper instances, as the Engine from the entity passed to get() can be used. Allows for static initialization of ComponentMappers. - Store instances of ComponentMapper in a static Map within the ComponentMapper class itself, rather that inside of Engine. - Name bit/bits consistently. Some cases of bits were renamed to bit, such as ComponentType getBits() is now getBit(). Change usage of Mask to just Bits for consistency. - Modify access modifiers and field finality where appropriate - Add comments to public methods in Engine
Description
No description provided
Languages
Java
93.7%
Gradle
6.3%