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

#include <RNA_access.h>

Public Attributes

PropertyElemRNAnext
 
PropertyElemRNAprev
 
PointerRNA ptr
 
PropertyRNAprop
 
int index
 

Detailed Description

Definition at line 1145 of file RNA_access.h.

Member Data Documentation

◆ index

int PropertyElemRNA::index

Definition at line 1149 of file RNA_access.h.

Referenced by rna_path_parse().

◆ next

PropertyElemRNA* PropertyElemRNA::next

Definition at line 1146 of file RNA_access.h.

◆ prev

PropertyElemRNA * PropertyElemRNA::prev

Definition at line 1146 of file RNA_access.h.

Referenced by RNA_path_resolve_from_type_to_property().

◆ prop

PropertyRNA* PropertyElemRNA::prop

Definition at line 1148 of file RNA_access.h.

Referenced by rna_path_parse().

◆ ptr

PointerRNA PropertyElemRNA::ptr

Definition at line 1147 of file RNA_access.h.

Referenced by rna_path_parse(), and RNA_path_resolve_from_type_to_property().


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