|
Blender
V2.93
|
#include <RNA_types.h>
Public Attributes | |
| void * | array |
| RawPropertyType | type |
| int | len |
| int | stride |
Definition at line 426 of file RNA_types.h.
| void* RawArray::array |
Definition at line 427 of file RNA_types.h.
Referenced by rna_raw_access().
| int RawArray::len |
Definition at line 429 of file RNA_types.h.
Referenced by rna_raw_access().
| int RawArray::stride |
Definition at line 430 of file RNA_types.h.
Referenced by rna_raw_access().
| RawPropertyType RawArray::type |
Definition at line 428 of file RNA_types.h.
Referenced by rna_raw_access().