Jump to content

How to adjust collideWorldBounds later


blackhawx
 Share

Recommended Posts

Several examples in the labs have a similar format when setting up collideWorldBounds for groups...

   var group = this.physics.add.group({
        defaultKey: 'block',
        bounceX: 1,
        bounceY: 1,
       collideWorldBounds: true
    });

But if I wanted to change this group's collideWorldBounds value later in some random conditional statement (any kind of example will do), how would that look in code?

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...