object.particleMass

Type Number
Object ParticleSystem
Library physics.*
Revision Release 2024.3703
Keywords particleMass, physics, LiquidFun
See also physics.newParticleSystem()
object.particleDensity
object.particleRadius

Overview

Read-only numerical property representing the mass of a single particle, in kilograms, within a ParticleSystem.

Example

particleSystem:applyForce( 0, -9.8 * particleSystem.particleMass )