Blender  V3.3
Public Attributes | List of all members
EffectorRelation Struct Reference

#include <BKE_effect.h>

Public Attributes

struct EffectorRelationnext
 
struct EffectorRelationprev
 
struct Objectob
 
struct ParticleSystempsys
 
struct PartDeflectpd
 

Detailed Description

Definition at line 88 of file BKE_effect.h.

Member Data Documentation

◆ next

struct EffectorRelation* EffectorRelation::next

Definition at line 89 of file BKE_effect.h.

◆ ob

struct Object* EffectorRelation::ob

Definition at line 91 of file BKE_effect.h.

Referenced by add_effector_relation().

◆ pd

struct PartDeflect* EffectorRelation::pd

Definition at line 93 of file BKE_effect.h.

Referenced by add_effector_relation().

◆ prev

struct EffectorRelation * EffectorRelation::prev

Definition at line 89 of file BKE_effect.h.

◆ psys

struct ParticleSystem* EffectorRelation::psys

Definition at line 92 of file BKE_effect.h.

Referenced by add_effector_relation().


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