Blender V2.61 - r43446
|
#include <RNA_types.h>
Public Attributes | |
void * | array |
RawPropertyType | type |
int | len |
int | stride |
Definition at line 251 of file RNA_types.h.
void* RawArray::array |
Definition at line 252 of file RNA_types.h.
Referenced by RNA_property_collection_raw_array(), and rna_raw_access().
int RawArray::len |
Definition at line 254 of file RNA_types.h.
Referenced by RNA_property_collection_raw_array(), and rna_raw_access().
int RawArray::stride |
Definition at line 255 of file RNA_types.h.
Referenced by RNA_property_collection_raw_array(), and rna_raw_access().
Definition at line 253 of file RNA_types.h.
Referenced by RNA_property_collection_raw_array(), and rna_raw_access().