Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 3 Support (Qt 5) › Determine which colliding entity?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15715

    Isak

    Hello,

    How do you determine what an entity has collided with? I tried to use an if statement inside fixture.onBeginContact but it didnt allow that? I have the following:

    CircleCollider {
            id: ufoCollider
            radius: ufoSprite.width/2
            anchors.fill: ufoSprite
            collisionTestingOnlyMode: true
            categories: Circle.Category2
            collidesWith: Circle.Category1 || Box.Category1
    
    
    
    
            fixture.onBeginContact: {
    
    
    
    
                    ufo.removeEntity()
                    console.log("KollisionUfo" + Math.random())
    
    
    
    
    
            }
        }

    And i want to determine when this ufo collide with my ship.

     

    Thanks

    /Isak

    #15730

    Günther
    Felgo Team
Viewing 2 posts - 1 through 2 (of 2 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded