Class CurveEditor<T>.TangentPoint
The single keyframe tangent control.
Implements
System.IComparable
Namespace: FlaxEditor.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
protected class TangentPoint : Control, IComparable, IDrawable
Constructors
TangentPoint()
Declaration
public TangentPoint()
Fields
Component
The component index.
Declaration
public int Component
Field Value
System.Int32
|
Editor
Index
The keyframe index.
Declaration
public int Index
Field Value
System.Int32
|
IsIn
True if tangent is In
, otherwise it's Out
.
Declaration
public bool IsIn
Field Value
System.Boolean
|
Point
The keyframe.
Declaration
public CurveEditor<T>.KeyframePoint Point
Field Value
CurveEditor.KeyframePoint<>
|
Properties
TangentValue
Gets the tangent value on curve.
Declaration
public float TangentValue { get; set; }
Property Value
System.Single
|
Methods
Draw()
UpdateTooltip()
Updates the tooltip.
Declaration
public void UpdateTooltip()