Blender  V3.3
Public Attributes | List of all members
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 73 of file DNA_particle_types.h.

Member Data Documentation

◆ duration

float ParticleTarget::duration

◆ flag

short ParticleTarget::flag

Definition at line 77 of file DNA_particle_types.h.

Referenced by psys_get_target_system(), and set_keyed_keys().

◆ mode

short ParticleTarget::mode

Definition at line 77 of file DNA_particle_types.h.

Referenced by rule_fight().

◆ next

struct ParticleTarget* ParticleTarget::next

◆ ob

struct Object* ParticleTarget::ob

◆ prev

struct ParticleTarget * ParticleTarget::prev

Definition at line 74 of file DNA_particle_types.h.

Referenced by do_particle_interpolation().

◆ psys

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().

◆ time

float ParticleTarget::time

Definition at line 78 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: