flags property

int flags
getter/setter pair

Specifies the type of particle. A particle may be more than one type. Multiple types are chained by logical sums, for example: pd.flags = ParticleType.elasticParticle | ParticleType.viscousParticle.

Implementation

int flags = 0;