Show / Hide Table of Contents

    Delegate QRCodeMiniManager.QRCodeFunction

    Notification callback for a QRCode event.

    Namespace: Microsoft.MixedReality.WorldLocking.Samples.Advanced.QRSpacePins
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void QRCodeFunction(QRCode qrCode);
    Parameters
    Type Name Description
    QRCode qrCode

    The code generating the event.

    Remarks

    Note that for the enumeration complete event, qrCode parameter is always null.

    Back to top Generated by DocFX