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, IDrawableConstructors
TangentPoint()
Declaration
public TangentPoint()Fields
Component
The component index.
Declaration
public int ComponentField Value
| System.Int32 
 | 
Editor
Index
The keyframe index.
Declaration
public int IndexField Value
| System.Int32 
 | 
IsIn
True if tangent is In, otherwise it's Out.
Declaration
public bool IsInField Value
| System.Boolean 
 | 
Point
The keyframe.
Declaration
public CurveEditor<T>.KeyframePoint PointField 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()