|
Python Script Engine
7.2
GL Studio Editor Python Script API
|
Public Member Functions | |
| unsigned long | GetObjectCount () |
| unsigned long | GetPolygonCount () |
| unsigned long | GetGroupCount () |
| unsigned long | GetVertexCount () |
| unsigned long | GetComponentCount () |
| unsigned long | GetTextureCount () |
| unsigned long | GetTextureMemoryUsageKB () |
| unsigned long | GetTextureBandwidthUsageKB () |
| unsigned long | GetFontCount () |
| unsigned long | GetFontTextureMemoryUsageKB () |
| unsigned long | GetFontTextureBandwidthUsageKB () |
Editor interface for DocumentInfo
| unsigned long DocumentInfo::GetComponentCount | ( | ) |
Get the number of components in the doc.
| unsigned long DocumentInfo::GetFontCount | ( | ) |
Get the number of fonts in the doc.
| unsigned long DocumentInfo::GetFontTextureBandwidthUsageKB | ( | ) |
Get the font texture bandwidth usage in KB.
| unsigned long DocumentInfo::GetFontTextureMemoryUsageKB | ( | ) |
Get the font texture memory usage in KB.
| unsigned long DocumentInfo::GetGroupCount | ( | ) |
Get the number of groups in the doc.
| unsigned long DocumentInfo::GetObjectCount | ( | ) |
Get the number of objects in the doc.
| unsigned long DocumentInfo::GetPolygonCount | ( | ) |
Get the number of polygons in the doc.
| unsigned long DocumentInfo::GetTextureBandwidthUsageKB | ( | ) |
Get the texture bandwidth usage in KB.
| unsigned long DocumentInfo::GetTextureCount | ( | ) |
Get the number of textures in the doc.
| unsigned long DocumentInfo::GetTextureMemoryUsageKB | ( | ) |
Get the texture memory usage in KB.
| unsigned long DocumentInfo::GetVertexCount | ( | ) |
Get the number of vertices in the doc.