Package bpy :: Module types :: Class Struct
[hide private]
[frames] | no frames]

Class Struct

The Struct Definition Object

RNA structure definition

References

Instance Variables [hide private]
Struct (readonly) base
Struct definition this is derived from.
string (readonly) description
Description of the Struct's purpose.
Collection of Function (readonly) functions
Functions
string (readonly) identifier
Unique name used in the code and scripting.
string (readonly) name
Human readable name.
StringProperty (readonly) name_property
Property that gives the name of the struct.
Struct (readonly) nested
Struct in which this struct is always nested, and to which it logically belongs.
Collection of Property (readonly) properties
Properties in the struct.
Instance Variable Details [hide private]

description

Description of the Struct's purpose. (maximum length of 0)
Type:
string (readonly)

identifier

Unique name used in the code and scripting. (maximum length of 0)
Type:
string (readonly)

name

Human readable name. (maximum length of 0)
Type:
string (readonly)