Struct InspectorCurveEditor.Selection
A structure holding the state of the current selection.
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public struct InspectorCurveEditor.Selection
Constructors
| Name | Description |
|---|---|
| Selection(SerializedProperty, int, Keyframe?) | Creates a new selection state. |
Fields
| Name | Description |
|---|---|
| curve | A reference to the serialized |
| keyframe | The key itself, or |
| keyframeIndex | The currently selected key index, or -1 if none is selected. |