AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
BufferGeometryList类 参考
类 BufferGeometryList 继承关系图:

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)