Blender  V2.93
Public Attributes | List of all members
RawArray Struct Reference

#include <RNA_types.h>

Public Attributes

void * array
 
RawPropertyType type
 
int len
 
int stride
 

Detailed Description

Definition at line 426 of file RNA_types.h.

Member Data Documentation

◆ array

void* RawArray::array

Definition at line 427 of file RNA_types.h.

Referenced by rna_raw_access().

◆ len

int RawArray::len

Definition at line 429 of file RNA_types.h.

Referenced by rna_raw_access().

◆ stride

int RawArray::stride

Definition at line 430 of file RNA_types.h.

Referenced by rna_raw_access().

◆ type

RawPropertyType RawArray::type

Definition at line 428 of file RNA_types.h.

Referenced by rna_raw_access().


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