babylonjs-toolkit 9.9.6 → 9.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,11 +1,9 @@
1
1
  # Classic Edition
2
2
  The <a href="https://www.babylontoolkit.com">Babylon Toolkit</a> is a runtime library extension for BabylonJS development that provides modern programming mechanics with a familiar Unity like scripting model to fast track native web game development.
3
3
 
4
- <a href="https://github.com/babylontoolkit/StarterAssets">Demo React Project (UMD)</a>
4
+ <a href="https://www.npmjs.com/package/@babylonjs-toolkit/next">Next Edition (ES6)</a>
5
5
  <br/>
6
6
  <a href="https://github.com/BabylonJS/BabylonToolkit/tree/master/Runtime">Browser Library (CDN)</a>
7
- <br/>
8
- <a href="https://www.npmjs.com/package/@babylonjs-toolkit/next">Next Edition (ES6)</a>
9
7
 
10
8
 
11
9
  ## Basic Installation
@@ -7,7 +7,7 @@ declare namespace TOOLKIT {
7
7
  * @class SceneManager - All rights reserved (c) 2024 Mackey Kinard
8
8
  */
9
9
  class SceneManager {
10
- /** Gets the toolkit framework version string (9.9.6 - R1) */
10
+ /** Gets the toolkit framework version string (9.9.9 - R1) */
11
11
  static get Version(): string;
12
12
  /** Gets the toolkit framework copyright notice */
13
13
  static get Copyright(): string;