最終更新:2022-03-24 (木) 12:44:26 (757d)  

BABYLON.GUI.Container
Top / BABYLON.GUI.Container

https://doc.babylonjs.com/typedoc/classes/babylon.gui.container

https://doc.babylonjs.com/divingDeeper/gui/gui#containers

親クラス

サブクラス

メモ

  • Containers has one specific property: container.background. Use it to define the background color of your container.
  • By default containers do not block pointer events
  • Containers are responsible for managing their children's layout. To prevent layout cycles, the system will not let the layout being updated during a cycle more than 3 times.