Last change
on this file since 1147 was 1114, checked in by iritscen, 5 years ago |
Adding OniSplit source code (v0.9.99.0). Many thanks to Neo for all his work over the years.
|
File size:
374 bytes
|
Line | |
---|
1 | namespace Oni.Particles
|
---|
2 | {
|
---|
3 | internal enum ValueType
|
---|
4 | {
|
---|
5 | Variable,
|
---|
6 |
|
---|
7 | Int16, // not supported
|
---|
8 | Int16Random, // not supported
|
---|
9 |
|
---|
10 | Float,
|
---|
11 | FloatRandom,
|
---|
12 | FloatBellCurve,
|
---|
13 |
|
---|
14 | InstanceName,
|
---|
15 |
|
---|
16 | Color,
|
---|
17 | ColorRandom,
|
---|
18 | ColorBellCurve,
|
---|
19 |
|
---|
20 | Int32,
|
---|
21 | TimeCycle
|
---|
22 | }
|
---|
23 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.