|  | Python Script Engine
    8.3
    GL Studio Editor Python Script API | 
| Public Member Functions | |
| int | GetObjectCount () | 
| int | GetTriangleCount () | 
| int | GetGroupCount () | 
| int | GetVertexCount () | 
| int | GetComponentCount () | 
| int | GetTotalTextureCount () | 
| int | GetTextureCount () | 
| int | GetTextureMemoryUsageKB () | 
| int | GetTextureBandwidthUsageKB () | 
| int | GetFontCount () | 
| int | GetFontTextureMemoryUsageKB () | 
| int | GetFontTextureBandwidthUsageKB () | 
Editor interface for DocumentInfo
| int DocumentInfo::GetComponentCount | ( | ) | 
Get the number of components in the doc.
| int DocumentInfo::GetFontCount | ( | ) | 
Get the number of fonts in the doc.
| int DocumentInfo::GetFontTextureBandwidthUsageKB | ( | ) | 
Get the font texture bandwidth usage in KB.
| int DocumentInfo::GetFontTextureMemoryUsageKB | ( | ) | 
Get the font texture memory usage in KB.
| int DocumentInfo::GetGroupCount | ( | ) | 
Get the number of groups in the doc.
| int DocumentInfo::GetObjectCount | ( | ) | 
Get the number of objects in the doc.
| int DocumentInfo::GetTextureBandwidthUsageKB | ( | ) | 
Get the texture bandwidth usage in KB.
| int DocumentInfo::GetTextureCount | ( | ) | 
Get the number of referenced textures in the doc.
| int DocumentInfo::GetTextureMemoryUsageKB | ( | ) | 
Get the texture memory usage in KB.
| int DocumentInfo::GetTotalTextureCount | ( | ) | 
Get the total number of textures in the doc even if they're not in use.
| int DocumentInfo::GetTriangleCount | ( | ) | 
Get the number of triangles in the doc.
| int DocumentInfo::GetVertexCount | ( | ) | 
Get the number of vertices in the doc.