|
AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
| BufferGeometryList (BufferGeometry[] initialElements) | |
| BufferGeometryList (Iterable< BufferGeometry > initialElements) | |
| BufferGeometry | get (int index) |
| BufferGeometry | set (int index, BufferGeometry e) |
| boolean | add (BufferGeometry e) |
| void | add (int index, BufferGeometry e) |
| BufferGeometry | remove (int index) |
| int | size () |
| int | capacity () |
| void | reserve (int n) |
| BufferGeometryList (BufferGeometryList other) | |
| boolean | isEmpty () |
| void | clear () |
| BufferGeometryList (int count, BufferGeometry value) | |