|
Blender
V2.93
|
#include <BKE_geometry_set.h>
Public Attributes | |
| InstancedDataType | type |
| union { | |
| struct Object * object | |
| struct Collection * collection | |
| } | data |
Definition at line 50 of file BKE_geometry_set.h.
| struct Collection* InstancedData::collection |
Definition at line 54 of file BKE_geometry_set.h.
Referenced by blender::nodes::geo_node_collection_info_exec(), and blender::nodes::get_instanced_data__collection().
| union { ... } InstancedData::data |
| struct Object* InstancedData::object |
Definition at line 53 of file BKE_geometry_set.h.
Referenced by blender::nodes::get_instanced_data__collection(), and blender::nodes::get_instanced_data__object().
| InstancedDataType InstancedData::type |
Definition at line 51 of file BKE_geometry_set.h.
Referenced by blender::nodes::geo_node_collection_info_exec(), blender::nodes::get_instanced_data__collection(), and blender::nodes::get_instanced_data__object().