|
Blender V4.3
|
#include <DNA_collection_types.h>
Public Attributes | |
| struct CollectionObject * | next |
| struct CollectionObject * | prev |
| struct Object * | ob |
| CollectionLightLinking | light_linking |
| int | _pad |
Definition at line 49 of file DNA_collection_types.h.
| int CollectionObject::_pad |
Definition at line 54 of file DNA_collection_types.h.
| CollectionLightLinking CollectionObject::light_linking |
Definition at line 53 of file DNA_collection_types.h.
Referenced by collection_object_add(), and light_linking_collection_add_object().
| struct CollectionObject* CollectionObject::next |
Definition at line 50 of file DNA_collection_types.h.
Referenced by BKE_scene_objects_iterator_next(), and object_base_unique().
| struct Object* CollectionObject::ob |
Definition at line 51 of file DNA_collection_types.h.
Referenced by BKE_collection_delete(), BKE_collection_object_replace(), BKE_scene_objects_iterator_next(), collection_gobject_hash_update_object(), collection_object_add(), collection_object_remove_no_gobject_hash(), object_base_unique(), blender::bke::tests::TEST_F(), and view3d_collection_drop_copy_external_asset().
| struct CollectionObject * CollectionObject::prev |
Definition at line 50 of file DNA_collection_types.h.