Blender
V3.3
|
#include <DNA_particle_types.h>
Public Attributes | |
struct ParticleTarget * | next |
struct ParticleTarget * | prev |
struct Object * | ob |
int | psys |
short | flag |
short | mode |
float | time |
float | duration |
Definition at line 73 of file DNA_particle_types.h.
float ParticleTarget::duration |
Definition at line 78 of file DNA_particle_types.h.
Referenced by do_particle_interpolation(), psys_count_keyed_targets(), and set_keyed_keys().
short ParticleTarget::flag |
Definition at line 77 of file DNA_particle_types.h.
Referenced by psys_get_target_system(), and set_keyed_keys().
short ParticleTarget::mode |
Definition at line 77 of file DNA_particle_types.h.
Referenced by rule_fight().
struct ParticleTarget* ParticleTarget::next |
Definition at line 74 of file DNA_particle_types.h.
Referenced by BKE_particlesystem_id_loop(), do_particle_interpolation(), dynamics_step(), psys_count_keyed_targets(), psys_sph_init(), rule_avoid_collision(), rule_fight(), rule_separate(), and set_keyed_keys().
struct Object* ParticleTarget::ob |
Definition at line 75 of file DNA_particle_types.h.
Referenced by BKE_particlesystem_id_loop(), dynamics_step(), psys_get_target_system(), and set_keyed_keys().
struct ParticleTarget * ParticleTarget::prev |
Definition at line 74 of file DNA_particle_types.h.
Referenced by do_particle_interpolation().
int ParticleTarget::psys |
Definition at line 76 of file DNA_particle_types.h.
Referenced by dynamics_step(), psys_get_target_system(), and set_keyed_keys().
float ParticleTarget::time |
Definition at line 78 of file DNA_particle_types.h.
Referenced by do_particle_interpolation(), and set_keyed_keys().