|
Blender
V3.3
|
#include <RNA_types.h>
Public Attributes | |
| void * | array |
| RawPropertyType | type |
| int | len |
| int | stride |
Definition at line 441 of file RNA_types.h.
| void* RawArray::array |
Definition at line 442 of file RNA_types.h.
Referenced by rna_raw_access().
| int RawArray::len |
Definition at line 444 of file RNA_types.h.
Referenced by rna_raw_access().
| int RawArray::stride |
Definition at line 445 of file RNA_types.h.
Referenced by rna_raw_access().
| RawPropertyType RawArray::type |
Definition at line 443 of file RNA_types.h.
Referenced by rna_raw_access().