Blender V5.0
ParticleTask Struct Reference

#include <BKE_particle.h>

Public Attributes

ParticleThreadContextctx = nullptr
struct RNGrng = nullptr
struct RNGrng_path = nullptr
int begin = 0
int end = 0

Detailed Description

Definition at line 167 of file BKE_particle.h.

Member Data Documentation

◆ begin

int ParticleTask::begin = 0

◆ ctx

◆ end

int ParticleTask::end = 0

Definition at line 170 of file BKE_particle.h.

Referenced by exec_distribute_child().

◆ rng

struct RNG* ParticleTask::rng = nullptr

◆ rng_path

struct RNG * ParticleTask::rng_path = nullptr

Definition at line 169 of file BKE_particle.h.

Referenced by psys_task_init_path().


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