Jump to content

Search the Community

Showing results for tags 'babylon.gui'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 2 results

  1. Babylon.GUI: How to create 2D and 3D UI sourceTopt: height should read sourceHeight: height
  2. Question - I've encountered some unexpected behavior when using both a StackPanel and Button in the Babylon.GUI package. I've created a playground (https://www.babylonjs-playground.com/#V3R633) which duplicates the issues. I create a StackPanel, and add a button to it, which works fine: I click it, and I can see it is responding to that. I then add a TextBlock. but then the button appears not to be responding to the event. In my actual code, I have a Observable (via onPointerDownObservable.add), which fails to occur: in the playground code, you can see the button fail to trigger the default action instead. Any ideas what I've down wrong?
×
×
  • Create New...