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

Class CollectionProperty


The Collection Definition Object

RNA collection property to define lists, arrays and mappings.

(no references to this struct found)

Instance Variables [hide private]
string (readonly) description
Description of the property for tooltips. (Inherited from bpy.types.Property)
boolean (readonly) editable
Property is editable through RNA. (Inherited from bpy.types.Property)
Struct (readonly) fixed_type
Fixed pointer type, empty if variable type.
string (readonly) identifier
Unique name used in the code and scripting. (Inherited from bpy.types.Property)
string (readonly) name
Human readable name. (Inherited from bpy.types.Property)
boolean (readonly) registered
Property is registerd as part of type registration. (Inherited from bpy.types.Property)
boolean (readonly) registered_optional
Property is optionally registerd as part of type registration. (Inherited from bpy.types.Property)
Struct (readonly) srna
Struct definition used for properties assigned to this item. (Inherited from bpy.types.Property)
enum (readonly) subtype
Semantic interpretation of the property. (Inherited from bpy.types.Property)
enum (readonly) type
Data type of the property. (Inherited from bpy.types.Property)
enum (readonly) unit
Type of units for this property. (Inherited from bpy.types.Property)
boolean (readonly) use_return
True when this property is a return value from an rna function.. (Inherited from bpy.types.Property)