@kognifai/cogsengine
    Preparing search index...

    Enumeration PickingFlagsConst

    Options for COGS picking. Bitmask.

    Index

    Enumeration Members

    AddInstanceTexcoords: 32

    If mesh has an offset to IDs encoded in a per-instance texcoords stream, add this to the result.

    FlatTexcoordInterpolation: 16

    Do not interpolate texture coordinates. Needed if integer IDs are encoded as texture coordinates.

    None: 0

    No flags specified,.

    PickSprites: 1

    Check picking for entities with SpriteRenderComponent. I.e. Text, Annotation, Billboard, Overlay etc.

    RemoveDuplicateEntities: 4

    For multi-pick return - remove entries with same EntityId. Note: May cause slowdown with many hits due to n^2 duplicate removal.

    RemoveDuplicates: 8

    For multi-pick return - remove entries with same EntityId & TextureId. Note: May cause slowdown with many hits due to n^2 duplicate removal.

    ReturnChildEntity: 2

    Return ID if sub-entity picked, not set: return root parent entity.