Resources.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Resources - Three.js Docs</title>
  6. <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
  7. <script src="../scripts/highlight.min.js"></script>
  8. <link type="text/css" rel="stylesheet" href="../styles/highlight-three.css">
  9. <link type="text/css" rel="stylesheet" href="../styles/page.css">
  10. </head>
  11. <body>
  12. <p class="inheritance" translate="no">Map → </p>
  13. <h1 translate="no">Resources</h1>
  14. <section>
  15. <header>
  16. <div class="class-description"><p>A Map-like data structure for managing resources of scriptable nodes.</p></div>
  17. </header>
  18. <article>
  19. <div class="container-overview">
  20. <h2>Constructor</h2>
  21. <h3 class="name name-method" id="Resources" translate="no">new <a href="#Resources">Resources</a><span class="signature">()</span> </h3>
  22. <div class="method">
  23. </div>
  24. </div>
  25. <h2 class="subsection-title">Source</h2>
  26. <p>
  27. <a href="https://github.com/mrdoob/three.js/blob/master/src/nodes/code/ScriptableNode.js" translate="no" target="_blank" rel="noopener">src/nodes/code/ScriptableNode.js</a>
  28. </p>
  29. </article>
  30. </section>
  31. <script src="../scripts/linenumber.js"></script>
  32. <script src="../scripts/page.js"></script>
  33. </body>
  34. </html>
粤ICP备19079148号