Python Script Engine  8.3
GL Studio Editor Python Script API
DocumentInfo Class Reference

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 ()
 

Detailed Description

Editor interface for DocumentInfo

Member Function Documentation

◆ GetComponentCount()

int DocumentInfo::GetComponentCount ( )

Get the number of components in the doc.

Returns
Total number of components in the doc

◆ GetFontCount()

int DocumentInfo::GetFontCount ( )

Get the number of fonts in the doc.

Returns
Total number of fonts in the doc

◆ GetFontTextureBandwidthUsageKB()

int DocumentInfo::GetFontTextureBandwidthUsageKB ( )

Get the font texture bandwidth usage in KB.

Returns
Total font texture bandwidth usage in KB

◆ GetFontTextureMemoryUsageKB()

int DocumentInfo::GetFontTextureMemoryUsageKB ( )

Get the font texture memory usage in KB.

Returns
Total font texture memory usage in KB

◆ GetGroupCount()

int DocumentInfo::GetGroupCount ( )

Get the number of groups in the doc.

Returns
Total number of groups in the doc

◆ GetObjectCount()

int DocumentInfo::GetObjectCount ( )

Get the number of objects in the doc.

Returns
Total number of objects in the Document

◆ GetTextureBandwidthUsageKB()

int DocumentInfo::GetTextureBandwidthUsageKB ( )

Get the texture bandwidth usage in KB.

Returns
Total texture bandwidth usage in KB

◆ GetTextureCount()

int DocumentInfo::GetTextureCount ( )

Get the number of referenced textures in the doc.

Returns
Total number of referenced textures in the doc

◆ GetTextureMemoryUsageKB()

int DocumentInfo::GetTextureMemoryUsageKB ( )

Get the texture memory usage in KB.

Returns
Total texture memory usage in KB

◆ GetTotalTextureCount()

int DocumentInfo::GetTotalTextureCount ( )

Get the total number of textures in the doc even if they're not in use.

Returns
Total number of textures in the doc

◆ GetTriangleCount()

int DocumentInfo::GetTriangleCount ( )

Get the number of triangles in the doc.

Returns
Total number of triangles in the doc

◆ GetVertexCount()

int DocumentInfo::GetVertexCount ( )

Get the number of vertices in the doc.

Returns
Total number of vertices in the doc

The documentation for this class was generated from the following file: