Version: 2019.1

RenderMode

enumeration

Switch to Manual

Description

Render mode of CurveFields

Variables

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