Class CurveEditor<T>.CurvePresetPoint
Represents a single point in a CurveEditor<T>.CurveEditorPreset.
Inheritance
System.Object
CurveEditor<T>.CurvePresetPoint
Namespace: FlaxEditor.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
protected sealed class CurvePresetPoint : ValueType
Fields
TangentIn
The in tangent. Will be ignored in LinearCurveEditor<T>
Declaration
public float TangentIn
Field Value
|
System.Single
|
TangentOut
The out tangent. Will be ignored in LinearCurveEditor<T>
Declaration
public float TangentOut
Field Value
|
System.Single
|
Time
The time.
Declaration
public float Time
Field Value
|
System.Single
|
Value
The value.
Declaration
public float Value
Field Value
|
System.Single
|