Go to the source code of this file.
|
| enum class | ThirdDimension { DISABLED
, ENABLED
} |
| | Enum class to define the dimension count of the simulation (2D or 3D). Affects primarily the dimensionality of particle spawners and temperature-based velocity initialization. More...
|
| |
| enum class | LockState { UNLOCKED
, LOCKED
} |
| | Enum class to define the lockstate of particles. Locked particles are not allowed to move. More...
|
| |
◆ LockState
Enum class to define the lockstate of particles. Locked particles are not allowed to move.
| Enumerator |
|---|
| UNLOCKED | |
| LOCKED | |
Definition at line 12 of file Enums.h.
◆ ThirdDimension
Enum class to define the dimension count of the simulation (2D or 3D). Affects primarily the dimensionality of particle spawners and temperature-based velocity initialization.
| Enumerator |
|---|
| DISABLED | |
| ENABLED | |
Definition at line 7 of file Enums.h.