source: OniSplit/Particles/ValueType.cs

Last change on this file 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
RevLine 
[1114]1namespace 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.