Unity Engine documentationScript ReferenceUnityEditorUnityEditor.UIElementsCurveFieldCurveField.RenderModeRender mode of CurveFieldsRead time 1 minuteLast updated 13 days agoDefinition Type: Enum Namespace: UnityEditor.UIElements Assembly: UnityEditor public enum CurveField.RenderMode Fields ValueDescriptionDefaultRenders the curve with the default mode. Currently Texture.MeshRenders the curve with an anti-aliased mesh.TextureRenders the curve with a generated texture, like with Unity’s Immediate Mode GUI system (IMGUI).