Enum CurveField.RenderMode
Render mode of CurveFields
Namespace: UnityEditor.UIElements
Syntax
public enum RenderMode : int
Fields
Name | Description | Value |
---|---|---|
Default | Renders the curve with the default mode. Currently Texture. |
|
Texture | Renders the curve with a generated texture, like with Unity’s Immediate Mode GUI system (IMGUI). |
0 |
Mesh | Renders the curve with an anti-aliased mesh. |
1 |