namespace UnityEngine.Experimental.Rendering.HDPipeline { public enum Shape { Box, Sphere, } }