• Generates a unique ID for a Cardboard tag. If an idNumber is provided, it will return a string in the format c_<idNumber>. If no idNumber is provided, it will generate a random UUID in the format c_xxxxxxxxxx.

    Parameters

    • Optional idNumber: number

    Returns string

    A unique ID string for a Cardboard tag.

Generated using TypeDoc