Blender V4.3
CollectionObject Struct Reference

#include <DNA_collection_types.h>

Public Attributes

struct CollectionObjectnext
 
struct CollectionObjectprev
 
struct Objectob
 
CollectionLightLinking light_linking
 
int _pad
 

Detailed Description

Definition at line 49 of file DNA_collection_types.h.

Member Data Documentation

◆ _pad

int CollectionObject::_pad

Definition at line 54 of file DNA_collection_types.h.

◆ light_linking

CollectionLightLinking CollectionObject::light_linking

◆ next

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().

◆ ob

◆ prev

struct CollectionObject * CollectionObject::prev

Definition at line 50 of file DNA_collection_types.h.


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