diff --git a/spine-ts/index.html b/spine-ts/index.html index 430632b05..c625f53e8 100644 --- a/spine-ts/index.html +++ b/spine-ts/index.html @@ -200,6 +200,7 @@
dispose() on it.
+ dispose() is safe and won't release resources if they're still used by other widgets.
+
+ dispose() on the overlay.
+
+ + The following example allows you to create and dispose of widgets using the same assets. + Below, you can see the number of references to each asset. + A red message will appear when an asset is actually disposed. + The number of skeleton references is at minimum 1 because there's a skeleton on the bottom of the page the use the same skeleton file. +
+ + + ++ + +
+ + + + +dispose() on it.
- dispose() is safe and won't release resources if they're still used by other widgets.
-
- dispose() on the overlay.
-
- - The following example allows you to create and dispose of widgets using the same assets. - Below, you can see the number of references to each asset. - A red message will appear when an asset is actually disposed. - If the number of skeleton references is higher than expected, it's because other widgets on the page are still using it. -
-- - -
- Widgets: ? -
-
-
-