Struct InspectorCurveEditor.Selection
Syntax
Constructors
Selection(SerializedProperty, Int32, Nullable<Keyframe>)
Declaration
public Selection(SerializedProperty curve, int keyframeIndex, Keyframe? keyframe)
Parameters
| Type |
Name |
Description |
| SerializedProperty |
curve |
|
| System.Int32 |
keyframeIndex |
|
| System.Nullable<Keyframe> |
keyframe |
|
Fields
curve
Declaration
public SerializedProperty curve
Field Value
| Type |
Description |
| SerializedProperty |
|
keyframe
Declaration
public Keyframe? keyframe
Field Value
| Type |
Description |
| System.Nullable<Keyframe> |
|
keyframeIndex
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|