@moxijs/core - v0.3.4
    Preparing search index...

    Class CollisionRegistry

    Tag-to-bitmask converter for collision filtering. Auto-registers tags on first use. Max 16 unique tags.

    // Tags are auto-registered, no config needed
    const bits = registry.tagsToBits(['player', 'enemy']);
    Index

    Constructors

    Methods