Blender V4.3
PropertyElemRNA Struct Reference

#include <RNA_path.hh>

Public Attributes

PropertyElemRNAnext
 
PropertyElemRNAprev
 
PointerRNA ptr
 
PropertyRNAprop
 
int index
 

Detailed Description

Definition at line 209 of file RNA_path.hh.

Member Data Documentation

◆ index

int PropertyElemRNA::index

Definition at line 213 of file RNA_path.hh.

Referenced by rna_path_parse().

◆ next

PropertyElemRNA* PropertyElemRNA::next

Definition at line 210 of file RNA_path.hh.

◆ prev

PropertyElemRNA * PropertyElemRNA::prev

Definition at line 210 of file RNA_path.hh.

◆ prop

PropertyRNA* PropertyElemRNA::prop

Definition at line 212 of file RNA_path.hh.

Referenced by rna_path_parse().

◆ ptr

PointerRNA PropertyElemRNA::ptr

Definition at line 211 of file RNA_path.hh.

Referenced by rna_path_parse().


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