namespace VolumetricFogAndMist { public enum FOG_VOID_TOPOLOGY { Sphere = 0, Box = 1 } }