Blender V4.3
ParticleTarget Struct Reference

#include <DNA_particle_types.h>

Public Attributes

struct ParticleTargetnext
 
struct ParticleTargetprev
 
struct Objectob
 
int psys
 
short flag
 
short mode
 
float time
 
float duration
 

Detailed Description

Definition at line 70 of file DNA_particle_types.h.

Member Data Documentation

◆ duration

float ParticleTarget::duration

◆ flag

◆ mode

short ParticleTarget::mode

Definition at line 74 of file DNA_particle_types.h.

◆ next

◆ ob

struct Object* ParticleTarget::ob

Definition at line 72 of file DNA_particle_types.h.

Referenced by dynamics_step(), psys_get_target_system(), and set_keyed_keys().

◆ prev

struct ParticleTarget * ParticleTarget::prev

Definition at line 71 of file DNA_particle_types.h.

Referenced by do_particle_interpolation(), and target_move_up_exec().

◆ psys

int ParticleTarget::psys

◆ time

float ParticleTarget::time

Definition at line 75 of file DNA_particle_types.h.

Referenced by do_particle_interpolation(), and set_keyed_keys().


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