Python Script Engine
7.2
GL Studio Editor Python Script API
|
Public Member Functions | |
MaterialArray () | |
void | Insert (disti::Material &mat) |
unsigned int | GetCount () const |
Common editor interface MaterialArray.
If the MaterialArray instance is empty, it will return 'False' in comparison checks.
MaterialArray::MaterialArray | ( | ) |
default ctor
unsigned int MaterialArray::GetCount | ( | ) | const |
get the number of elements in the array
void MaterialArray::Insert | ( | disti::Material & | mat | ) |
insert the given material at the end of the array
mat | material to insert |