namespace Oni.Particles { internal enum ValueType { Variable, Int16, // not supported Int16Random, // not supported Float, FloatRandom, FloatBellCurve, InstanceName, Color, ColorRandom, ColorBellCurve, Int32, TimeCycle } }