DrawSplineSegmentBezierCubic abstract method

void DrawSplineSegmentBezierCubic(
  1. Vector2StructType p1,
  2. Vector2StructType c2,
  3. Vector2StructType c3,
  4. Vector2StructType p4,
  5. num thick,
  6. ColorStructType color,
)

Implementation

void DrawSplineSegmentBezierCubic(
  Vector2StructType p1,
  Vector2StructType c2,
  Vector2StructType c3,
  Vector2StructType p4,
  num thick,
  ColorStructType color,
);