ParticleDetails Struct Reference

#include <c4d_particleobject.h>

详细描述

Details about the position and life of a particle, this is retrieved using ParticleObject::GetParticleDetails() .

Public Attributes

矩阵   m
Float   lifetime

Member Data Documentation

◆  m

矩阵 m

The position and rotation of the objects on the particles.

◆  lifetime

Float lifetime

The lifetime of the particle. When Particle::t reaches this value the particle will die.