Struct InspectorCurveEditor.Settings
A structure holding settings used for the curve editor.
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public struct InspectorCurveEditor.Settings
Fields
| Name | Description |
|---|---|
| bounds | The boundaries of the curve. |
| curvePickingDistance | The distance in pixels to check for curve selection on mouse click. |
| keyTimeClampingDistance | The distance to clamp keys at compared to the previous and next keys. |
| padding | The visual padding used when rendering the curve in the inspector. |
| selectionColor | The color to use when a curve is selected. |
Properties
| Name | Description |
|---|---|
| defaultSettings | Default settings.
|