babylonjs-gui
Advanced tools
Comparing version 3.2.0-alpha0 to 3.2.0-alpha2
@@ -444,2 +444,3 @@ | ||
private _isThumbCircle; | ||
private _isThumbClamped; | ||
onValueChangedObservable: Observable<number>; | ||
@@ -456,2 +457,3 @@ borderColor: string; | ||
isThumbCircle: boolean; | ||
isThumbClamped: boolean; | ||
constructor(name?: string | undefined); | ||
@@ -458,0 +460,0 @@ protected _getTypeName(): string; |
/// <reference types="babylonjs"/> | ||
declare module 'babylonjs-gui' { | ||
@@ -449,2 +450,3 @@ export = BABYLON.GUI; | ||
private _isThumbCircle; | ||
private _isThumbClamped; | ||
onValueChangedObservable: Observable<number>; | ||
@@ -461,2 +463,3 @@ borderColor: string; | ||
isThumbCircle: boolean; | ||
isThumbClamped: boolean; | ||
constructor(name?: string | undefined); | ||
@@ -463,0 +466,0 @@ protected _getTypeName(): string; |
@@ -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-alpha0", | ||
"version": "3.2.0-alpha2", | ||
"repository": { | ||
@@ -32,3 +32,3 @@ "type": "git", | ||
"peerDependencies": { | ||
"babylonjs": ">=3.1.0-alpha" | ||
"babylonjs": ">=3.2.0-alpha" | ||
}, | ||
@@ -35,0 +35,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
369855
6424