|
Blender
V2.93
|
#include <RNA_access.h>
Public Attributes | |
| PropertyElemRNA * | next |
| PropertyElemRNA * | prev |
| PointerRNA | ptr |
| PropertyRNA * | prop |
| int | index |
Definition at line 1145 of file RNA_access.h.
| int PropertyElemRNA::index |
Definition at line 1149 of file RNA_access.h.
Referenced by rna_path_parse().
| PropertyElemRNA* PropertyElemRNA::next |
Definition at line 1146 of file RNA_access.h.
| PropertyElemRNA * PropertyElemRNA::prev |
Definition at line 1146 of file RNA_access.h.
Referenced by RNA_path_resolve_from_type_to_property().
| PropertyRNA* PropertyElemRNA::prop |
Definition at line 1148 of file RNA_access.h.
Referenced by rna_path_parse().
| 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().