Create complete Html overlay configuration
Combines position calculation, bounds checking, and styling into a single configuration object for Html overlays.
Html overlay positioning options
Complete Html overlay configuration
const config = createHtmlOverlayConfig({ position: [0, 2, 0], layer: 'hud', screenBounds: { width: 1920, height: 1080 }, elementBounds: { width: 200, height: 100 }, isMobile: false,}); Copy
const config = createHtmlOverlayConfig({ position: [0, 2, 0], layer: 'hud', screenBounds: { width: 1920, height: 1080 }, elementBounds: { width: 200, height: 100 }, isMobile: false,});
오버레이설정생성
Create complete Html overlay configuration
Combines position calculation, bounds checking, and styling into a single configuration object for Html overlays.