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

#include <RNA_path.h>

Public Attributes

PropertyElemRNAnext
 
PropertyElemRNAprev
 
PointerRNA ptr
 
PropertyRNAprop
 
int index
 

Detailed Description

Definition at line 156 of file RNA_path.h.

Member Data Documentation

◆ index

int PropertyElemRNA::index

Definition at line 160 of file RNA_path.h.

Referenced by rna_path_parse().

◆ next

PropertyElemRNA* PropertyElemRNA::next

Definition at line 157 of file RNA_path.h.

◆ prev

PropertyElemRNA * PropertyElemRNA::prev

Definition at line 157 of file RNA_path.h.

◆ prop

PropertyRNA* PropertyElemRNA::prop

Definition at line 159 of file RNA_path.h.

Referenced by rna_path_parse().

◆ ptr

PointerRNA PropertyElemRNA::ptr

Definition at line 158 of file RNA_path.h.

Referenced by rna_path_parse().


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