babylonjs-gui
Advanced tools
Comparing version 3.1.0-beta1.1 to 3.1.0-beta3
@@ -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; |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
359720
6262