最終更新:2022-07-08 (金) 10:36:31 (651d)  

Babylon.js/GUI
Top / Babylon.js / GUI

ドキュメント

GUI

The Babylon GUI

Scroll Viewer

XML Loader

Selector

Babylon 3D GUI

ツール

コンテナ

種類

2D

3D

その他のGUI

CastorGUI

  • An alternative 2D GUI
  • extension

dat.GUI

HTML

名前空間

描画対象

モード

フルスクリーン

  • In this mode, Babylon.GUI will cover the entire screen and will rescale to always adapt to your rendering resolution. It will also intercept clicks (including touches).
  • By default the ratio between rendering resolution and texture size is 1. But you can force it to different values with advancedTexture.renderScale. This could be useful if you want crisper texts for instance.
  • BABYLON.GUI.AdvancedDynamicTexture.CreateFullscreenUI
  • only one fullscreen mode GUI is allowed per scene

バックグラウンド

スケーリング

テクスチャモード

メモ

  • Please note, in addition to the Babylon 2D GUI system described below, with Babylon.js v3.3 and higher, you also have a 3D GUI system available to leverage as well. Both systems can be used for different needs for your project.

Babylon.js/コントロール

Pure Control

  • ボタン、テキストブロックとか

コンテナ

当たり判定

Babylon.js/イベント

デモ