Blender  V3.3
Public Attributes | List of all members
RawArray Struct Reference

#include <RNA_types.h>

Public Attributes

voidarray
 
RawPropertyType type
 
int len
 
int stride
 

Detailed Description

Definition at line 441 of file RNA_types.h.

Member Data Documentation

◆ array

void* RawArray::array

Definition at line 442 of file RNA_types.h.

Referenced by rna_raw_access().

◆ len

int RawArray::len

Definition at line 444 of file RNA_types.h.

Referenced by rna_raw_access().

◆ stride

int RawArray::stride

Definition at line 445 of file RNA_types.h.

Referenced by rna_raw_access().

◆ type

RawPropertyType RawArray::type

Definition at line 443 of file RNA_types.h.

Referenced by rna_raw_access().


The documentation for this struct was generated from the following file: