namespace Oculus.Spatializer.Propagation { public enum MaterialProperty : uint { ABSORPTION = 0u, TRANSMISSION = 1u, SCATTERING = 2u } }