|
@@ -27678,6 +27678,7 @@ declare module "babylonjs/node" {
|
|
|
* @see https://doc.babylonjs.com/how_to/debug_layer#extensibility
|
|
|
*/
|
|
|
inspectableCustomProperties: IInspectable[];
|
|
|
+ private _doNotSerialize;
|
|
|
/**
|
|
|
* Gets or sets a boolean used to define if the node must be serialized
|
|
|
*/
|
|
@@ -37739,7 +37740,7 @@ declare module "babylonjs/Cameras/arcRotateCamera" {
|
|
|
*/
|
|
|
rebuildAnglesAndRadius(): void;
|
|
|
/**
|
|
|
- * Use a position to define the current camera related information like aplha, beta and radius
|
|
|
+ * Use a position to define the current camera related information like alpha, beta and radius
|
|
|
* @param position Defines the position to set the camera at
|
|
|
*/
|
|
|
setPosition(position: Vector3): void;
|
|
@@ -93596,6 +93597,7 @@ declare module BABYLON {
|
|
|
* @see https://doc.babylonjs.com/how_to/debug_layer#extensibility
|
|
|
*/
|
|
|
inspectableCustomProperties: IInspectable[];
|
|
|
+ private _doNotSerialize;
|
|
|
/**
|
|
|
* Gets or sets a boolean used to define if the node must be serialized
|
|
|
*/
|
|
@@ -103354,7 +103356,7 @@ declare module BABYLON {
|
|
|
*/
|
|
|
rebuildAnglesAndRadius(): void;
|
|
|
/**
|
|
|
- * Use a position to define the current camera related information like aplha, beta and radius
|
|
|
+ * Use a position to define the current camera related information like alpha, beta and radius
|
|
|
* @param position Defines the position to set the camera at
|
|
|
*/
|
|
|
setPosition(position: Vector3): void;
|