namespace UnityEngine.Polybrush { /// /// Describes the origin of a mesh. /// [System.Flags] internal enum SelectionRenderState { None = 0x0, Wireframe = 0x1, Outline = 0x2, } }