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