Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.