shared enum EffectParameterType { None = 0, Bool = 1, Int = 2, Float = 3, String = 4, }