Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babylonjs-gui

Package Overview
Dependencies
Maintainers
1
Versions
641
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babylonjs-gui - npm Package Compare versions

Comparing version 3.1.0-beta1.1 to 3.1.0-beta3

5

babylon.gui.d.ts

@@ -39,2 +39,3 @@

focusedControl: Nullable<IFocusableControl>;
isForeground: boolean;
constructor(name: string, width: number | undefined, height: number | undefined, scene: Nullable<Scene>, generateMipMaps?: boolean, samplingMode?: number);

@@ -181,2 +182,6 @@ executeOnAllControls(func: (control: Control) => void, container?: Container): void;

isFocusInvisible: boolean;
shadowOffsetX: number;
shadowOffsetY: number;
shadowBlur: number;
shadowColor: string;
protected _linkOffsetX: ValueAndUnit;

@@ -183,0 +188,0 @@ protected _linkOffsetY: ValueAndUnit;

@@ -44,2 +44,3 @@ /// <reference types="babylonjs"/>

focusedControl: Nullable<IFocusableControl>;
isForeground: boolean;
constructor(name: string, width: number | undefined, height: number | undefined, scene: Nullable<Scene>, generateMipMaps?: boolean, samplingMode?: number);

@@ -186,2 +187,6 @@ executeOnAllControls(func: (control: Control) => void, container?: Container): void;

isFocusInvisible: boolean;
shadowOffsetX: number;
shadowOffsetY: number;
shadowBlur: number;
shadowColor: string;
protected _linkOffsetX: ValueAndUnit;

@@ -188,0 +193,0 @@ protected _linkOffsetY: ValueAndUnit;

2

package.json

@@ -7,3 +7,3 @@ {

"description": "The Babylon.js GUI library is an extension you can use to generate interactive user interface. It is build on top of the DynamicTexture.",
"version": "3.1.0-beta1.1",
"version": "3.1.0-beta3",
"repository": {

@@ -10,0 +10,0 @@ "type": "git",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc