Python Script Engine
7.2
GL Studio Editor Python Script API
|
Public Member Functions | |
VectorArray () | |
void | Insert (Vector &v) |
unsigned int | GetCount (void) |
Vector * | GetVectorAtIndex (int index) |
Common editor interface Vector array.
If the VectorArray instance is empty, it will return 'False' in comparison checks.
VectorArray::VectorArray | ( | ) |
default ctor
unsigned int VectorArray::GetCount | ( | void | ) |
get the number of elements in the array
Vector* VectorArray::GetVectorAtIndex | ( | int | index | ) |
void VectorArray::Insert | ( | Vector & | v | ) |