HostingWindowFinder

struct HostingWindowFinder : NSViewRepresentable

Find the NSWindow of the scene

  • The optional NSWindow

    Declaration

    Swift

    var callback: (NSWindow?) -> Void
  • Declaration

    Swift

    func makeNSView(context: Context) -> NSView
  • Declaration

    Swift

    func updateNSView(_ nsView: NSView, context: Context)