|
Blender
V2.93
|
#include <DNA_collection_types.h>
Public Attributes | |
| struct CollectionObject * | next |
| struct CollectionObject * | prev |
| struct Object * | ob |
Definition at line 39 of file DNA_collection_types.h.
| struct CollectionObject* CollectionObject::next |
Definition at line 40 of file DNA_collection_types.h.
Referenced by BKE_scene_objects_iterator_next(), and object_base_unique().
| struct Object* CollectionObject::ob |
Definition at line 41 of file DNA_collection_types.h.
Referenced by BKE_collection_delete(), BKE_scene_objects_iterator_next(), collection_object_add(), and object_base_unique().
| struct CollectionObject * CollectionObject::prev |
Definition at line 40 of file DNA_collection_types.h.