![]() |
Python Script Engine
8.3
GL Studio Editor Python Script API
|
Public Attributes | |
str | attributeName |
str | displayName |
str | groupName |
str | className |
str | description |
str | propType |
str | prevVal |
bool | shouldDisplay |
str | propSource |
Structure for info on extra property connections.
str CustomAttributeInfo::attributeName |
Also known as "internal name" and "ID".
str CustomAttributeInfo::className |
The class/type that the property is associated with.
str CustomAttributeInfo::description |
Description of the object in the Object Properties window.
str CustomAttributeInfo::displayName |
Name in the Object Properties window.
str CustomAttributeInfo::groupName |
Header/Category in the Objects Properties window that the object is nested under.
str CustomAttributeInfo::prevVal |
The value of the Catalyzer, Alt.
Class, or Component
str CustomAttributeInfo::propSource |
Source that the property originates from.
str CustomAttributeInfo::propType |
Data type of the object.
bool CustomAttributeInfo::shouldDisplay |
Whether the property should appear in the Object Properties window.