Blender V4.3
EffectorRelation Struct Reference

#include <BKE_effect.h>

Public Attributes

struct EffectorRelationnext
 
struct EffectorRelationprev
 
struct Objectob
 
struct ParticleSystempsys
 
struct PartDeflectpd
 

Detailed Description

Definition at line 93 of file BKE_effect.h.

Member Data Documentation

◆ next

struct EffectorRelation* EffectorRelation::next

Definition at line 94 of file BKE_effect.h.

◆ ob

struct Object* EffectorRelation::ob

Definition at line 96 of file BKE_effect.h.

Referenced by add_effector_relation().

◆ pd

struct PartDeflect* EffectorRelation::pd

Definition at line 98 of file BKE_effect.h.

Referenced by add_effector_relation().

◆ prev

struct EffectorRelation * EffectorRelation::prev

Definition at line 94 of file BKE_effect.h.

◆ psys

struct ParticleSystem* EffectorRelation::psys

Definition at line 97 of file BKE_effect.h.

Referenced by add_effector_relation().


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