source:
OniSplit/Particles/EmitterRate.cs@
1114
Last change on this file since 1114 was 1114, checked in by , 5 years ago | |
---|---|
File size: 172 bytes |
Rev | Line | |
---|---|---|
[1114] | 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.