Explorar o código

Merge pull request #9588 from MackeyK24/master

Scene Manager: V5.0.0-A31
sebavan %!s(int64=4) %!d(string=hai) anos
pai
achega
a3aec76d70
Modificáronse 2 ficheiros con 15 adicións e 11 borrados
  1. 4 0
      Playground/libs/babylon.manager.d.ts
  2. 11 11
      Playground/libs/babylon.manager.js

+ 4 - 0
Playground/libs/babylon.manager.d.ts

@@ -34,6 +34,10 @@ declare module BABYLON {
         static GetLocalStorageItem(key: string): string;
         /** Set an item to top window local storage. */
         static SetLocalStorageItem(key: string, value: string): void;
+        /** Get an item from top window session storage. */
+        static GetSessionStorageItem(key: string): string;
+        /** Set an item to top window session storage. */
+        static SetSessionStorageItem(key: string, value: string): void;
         /** Store data object in the window state cache */
         static SetWindowState(name: string, data: any): void;
         /** Retrieve data object from the window state cache */

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 11 - 11
Playground/libs/babylon.manager.js