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.2.0-rc.1 to 3.2.0-rc.2

6

babylon.gui.d.ts

@@ -271,2 +271,8 @@

onAfterDrawObservable: Observable<Control>;
/** Gets or set information about font offsets (used to render and align text) */
fontOffset: {
ascent: number;
height: number;
descent: number;
};
alpha: number;

@@ -273,0 +279,0 @@ scaleX: number;

@@ -276,2 +276,8 @@

onAfterDrawObservable: Observable<Control>;
/** Gets or set information about font offsets (used to render and align text) */
fontOffset: {
ascent: number;
height: number;
descent: number;
};
alpha: number;

@@ -278,0 +284,0 @@ scaleX: number;

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.2.0-rc.1",
"version": "3.2.0-rc.2",
"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