source:
OniSplit/Particles/EmitterRate.cs@
1147
Last change on this file since 1147 was 1114, checked in by , 5 years ago | |
---|---|
File size: 172 bytes |
Line | |
---|---|
1 | namespace Oni.Particles |
2 | { |
3 | internal enum EmitterRate |
4 | { |
5 | Continous, |
6 | Random, |
7 | Instant, |
8 | Distance, |
9 | Attractor |
10 | } |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.