|
Blender
V2.59
|
#include <RNA_types.h>
Public Attributes | |
| void * | array |
| RawPropertyType | type |
| int | len |
| int | stride |
Definition at line 247 of file RNA_types.h.
| void* RawArray::array |
Definition at line 248 of file RNA_types.h.
Referenced by RNA_property_collection_raw_array(), and rna_raw_access().
| int RawArray::len |
Definition at line 250 of file RNA_types.h.
Referenced by RNA_property_collection_raw_array(), and rna_raw_access().
| int RawArray::stride |
Definition at line 251 of file RNA_types.h.
Referenced by RNA_property_collection_raw_array(), and rna_raw_access().
Definition at line 249 of file RNA_types.h.
Referenced by RNA_property_collection_raw_array(), and rna_raw_access().