|
Blender
V2.93
|
#include <DNA_collection_types.h>
Public Attributes | |
| struct CollectionChild * | next |
| struct CollectionChild * | prev |
| struct Collection * | collection |
Definition at line 44 of file DNA_collection_types.h.
| struct Collection* CollectionChild::collection |
Definition at line 46 of file DNA_collection_types.h.
Referenced by _lineart_object_not_in_source_collection(), BKE_collection_delete(), collection_child_add(), and single_object_users_collection().
| struct CollectionChild* CollectionChild::next |
Definition at line 45 of file DNA_collection_types.h.
Referenced by _lineart_object_not_in_source_collection(), BKE_layer_collection_sync(), and single_object_users_collection().
| struct CollectionChild * CollectionChild::prev |
Definition at line 45 of file DNA_collection_types.h.