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

Public Attributes

ParticleCacheKeykey
 
int index
 
float time
 
ParticleCacheKeyparent_key
 
float parent_rotation [4]
 

Detailed Description

Definition at line 21 of file particle_child.c.

Member Data Documentation

◆ index

int ParticlePathIterator::index

Definition at line 23 of file particle_child.c.

Referenced by psys_path_iter_get().

◆ key

ParticleCacheKey* ParticlePathIterator::key

Definition at line 22 of file particle_child.c.

Referenced by psys_path_iter_get().

◆ parent_key

ParticleCacheKey* ParticlePathIterator::parent_key

Definition at line 26 of file particle_child.c.

Referenced by psys_apply_child_modifiers(), and psys_path_iter_get().

◆ parent_rotation

float ParticlePathIterator::parent_rotation[4]

Definition at line 27 of file particle_child.c.

Referenced by psys_apply_child_modifiers(), and psys_path_iter_get().

◆ time

float ParticlePathIterator::time

Definition at line 24 of file particle_child.c.

Referenced by psys_apply_child_modifiers(), and psys_path_iter_get().


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