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-beta6 to 3.1.0-rc-0

7

babylon.gui.d.ts

@@ -168,4 +168,4 @@

private _transformMatrix;
private _invertTransformMatrix;
private _transformedPosition;
protected _invertTransformMatrix: Matrix2D;
protected _transformedPosition: Vector2;
private _isMatrixDirty;

@@ -460,3 +460,3 @@ private _cachedOffsetX;

private _pointerIsDown;
private _updateValueFromPointer(x);
private _updateValueFromPointer(x, y);
_onPointerDown(target: Control, coordinates: Vector2, buttonIndex: number): boolean;

@@ -683,2 +683,3 @@ _onPointerMove(target: Control, coordinates: Vector2): void;

text: string;
width: string | number;
constructor(name?: string | undefined, text?: string);

@@ -685,0 +686,0 @@ onBlur(): void;

@@ -173,4 +173,4 @@ /// <reference types="babylonjs"/>

private _transformMatrix;
private _invertTransformMatrix;
private _transformedPosition;
protected _invertTransformMatrix: Matrix2D;
protected _transformedPosition: Vector2;
private _isMatrixDirty;

@@ -465,3 +465,3 @@ private _cachedOffsetX;

private _pointerIsDown;
private _updateValueFromPointer(x);
private _updateValueFromPointer(x, y);
_onPointerDown(target: Control, coordinates: Vector2, buttonIndex: number): boolean;

@@ -688,2 +688,3 @@ _onPointerMove(target: Control, coordinates: Vector2): void;

text: string;
width: string | number;
constructor(name?: string | undefined, text?: string);

@@ -690,0 +691,0 @@ onBlur(): void;

@@ -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-beta6",
"version": "3.1.0-rc-0",
"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