Banshee Engine Docs
Manuals API

CurveDrawInfo

Public

Constructors
  • CurveDrawInfo() = default
  • CurveDrawInfo(const TAnimationCurve<float> &curve, Color color)
Fields
  • TAnimationCurve<float> Curve
  • Color Color
Operators
  • bool operator==(const CurveDrawInfo &rhs) const
  • bool operator!=(const CurveDrawInfo &rhs) const
API / GUI / CurveDrawInfo

struct CurveDrawInfo

Curve and a color to draw it in.

Public

Constructors

CurveDrawInfo

CurveDrawInfo() = default

CurveDrawInfo

CurveDrawInfo(const TAnimationCurve<float> &curve, Color color)

Fields

Curve

TAnimationCurve<float> Curve

Color

Color Color

Operators

operator==

bool operator==(const CurveDrawInfo &rhs) const

operator!=

bool operator!=(const CurveDrawInfo &rhs) const
Generated by BansheeDocGenerator.