This version of Unity is unsupported.

RenderMode

enumeration

Description

Render mode of CurveFields

Properties

Texture Renders the curve with a generated texture, like with Unity’s Immediate Mode GUI system (IMGUI).
Mesh Renders the curve with an anti-aliased mesh.
Default Renders the curve with the default mode. Currently Texture.