sessionBegun

    Informs our OpenXR session has been started.

    OpenXRInterface.swift:929
    var sessionBegun: SimpleSignal { get }

    To connect to this signal, reference this property and call the

    connect method with the method you want to invoke

    Example:

    obj.sessionBegun.connect {
       print ("caught signal")
    }

    Other members in extension

    Types

    Type members

    Instance members