Python Script Engine  8.3
GL Studio Editor Python Script API
CustomAttributeInfo Struct Reference

Public Attributes

str attributeName
 
str displayName
 
str groupName
 
str className
 
str description
 
str propType
 
str prevVal
 
bool shouldDisplay
 
str propSource
 

Detailed Description

Structure for info on extra property connections.

  • 'propType' may be: utf8_filepath, utf8_multiline, boolean, color4ub, int32, float32, uint32, texture_index, vec2f, vec3f, ascii, or child_index
  • 'propSource' may be: Alternate Class, Catalyzer, Component, or Indeterminable

Member Data Documentation

◆ attributeName

str CustomAttributeInfo::attributeName

Also known as "internal name" and "ID".

◆ className

str CustomAttributeInfo::className

The class/type that the property is associated with.

◆ description

str CustomAttributeInfo::description

Description of the object in the Object Properties window.

◆ displayName

str CustomAttributeInfo::displayName

Name in the Object Properties window.

◆ groupName

str CustomAttributeInfo::groupName

Header/Category in the Objects Properties window that the object is nested under.

◆ prevVal

str CustomAttributeInfo::prevVal

The value of the Catalyzer, Alt.

Class, or Component

◆ propSource

str CustomAttributeInfo::propSource

Source that the property originates from.

◆ propType

str CustomAttributeInfo::propType

Data type of the object.

◆ shouldDisplay

bool CustomAttributeInfo::shouldDisplay

Whether the property should appear in the Object Properties window.


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