aliveCount property
int
get
aliveCount
The number of live particles. They occupy columns [0, aliveCount).
Implementation
int get aliveCount => _aliveCount;
The number of live particles. They occupy columns [0, aliveCount).
int get aliveCount => _aliveCount;