namespace ShadowShard.AmbientOcclusionMaster.Runtime.Enums { public enum NoiseMethod { InterleavedGradient = 0, PseudoRandom = 1, BlueNoise = 2 } }