Blender
V3.3
|
#include <DNA_collection_types.h>
Public Attributes | |
struct CollectionChild * | next |
struct CollectionChild * | prev |
struct Collection * | collection |
Definition at line 28 of file DNA_collection_types.h.
struct Collection* CollectionChild::collection |
Definition at line 30 of file DNA_collection_types.h.
Referenced by BKE_collection_delete(), collection_child_add(), and single_object_users_collection().
struct CollectionChild* CollectionChild::next |
Definition at line 29 of file DNA_collection_types.h.
Referenced by lib_override_linked_group_tag_collections_keep_tagged_check_recursive(), and single_object_users_collection().
struct CollectionChild * CollectionChild::prev |
Definition at line 29 of file DNA_collection_types.h.