|
Python Script Engine
1.0
GL Studio Editor Python Script API
|
Public Member Functions | |
| MaterialArray () | |
| void | Insert (disti::Material &mat) |
| unsigned int | GetCount (void) |
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 | ( | void | ) |
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 |