Blender V5.0
MainCollectionDef Struct Reference

Public Attributes

const char * identifier
const char * type
const char * iter_begin
const char * name
const char * description
CollectionDefFuncfunc

Detailed Description

Definition at line 215 of file rna_main.cc.

Member Data Documentation

◆ description

const char* MainCollectionDef::description

Definition at line 220 of file rna_main.cc.

◆ func

CollectionDefFunc* MainCollectionDef::func

Definition at line 221 of file rna_main.cc.

Referenced by RNA_def_main().

◆ identifier

const char* MainCollectionDef::identifier

Definition at line 216 of file rna_main.cc.

◆ iter_begin

const char* MainCollectionDef::iter_begin

Definition at line 218 of file rna_main.cc.

◆ name

const char* MainCollectionDef::name

Definition at line 219 of file rna_main.cc.

Referenced by RNA_def_main().

◆ type

const char* MainCollectionDef::type

Definition at line 217 of file rna_main.cc.


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