123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html lang="ar">
- <head>
- <meta charset="utf-8" />
- <base href="../../../" />
- <script src="page.js"></script>
- <link type="text/css" rel="stylesheet" href="page.css" />
- </head>
- <body class="rtl">
- [page:InterleavedBuffer] →
-
- <h1>[name]</h1>
- <p class="desc">نسخة مثيلة من [page:InterleavedBuffer].</p>
-
- <h2>المنشئ (Constructor)</h2>
- <h3>[name]( [param:TypedArray array], [param:Integer itemSize], [param:Number meshPerAttribute] )</h3>
-
- <h2>الخصائص (Properties)</h2>
- <p>انظر [page:InterleavedBuffer] للخصائص الموروثة.</p>
-
- <h3>[property:Number meshPerAttribute]</h3>
- <p>الافتراضي هو `1`.</p>
-
- <h2>الوظائف (Methods)</h2>
- <p>انظر [page:InterleavedBuffer] للطُرق الموروثة.</p>
- <h2>المصدر (Source)</h2>
- <p>
- [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
- </p>
- </body>
- </html>
|