source:
OniSplit/Particles/EmitterSpeed.cs@
1157
Last change on this file since 1157 was 1114, checked in by , 5 years ago | |
---|---|
File size: 118 bytes |
Rev | Line | |
---|---|---|
[1114] | 1 | namespace Oni.Particles |
2 | { | |
3 | internal enum EmitterSpeed | |
4 | { | |
5 | Uniform, | |
6 | Stratified | |
7 | } | |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.