Montag, 19. Juni 2017

identify clicks on 2d overlay

// Sehr  einfach: so filtern wir auch Buttonklicks auf 2D Elemente raus
            let location2d = touch.location(in: overlayScene)
            let hitResult2d = overlayScene.atPoint(location2d)
            if let nname = hitResult2d.name {
                print(nname)

            }

Keine Kommentare:

Kommentar veröffentlichen