Function CommandBuilder.Bezier

Bezier (float3 p0, float3 p1, float3 p2, float3 p3)

Draws a cubic bezier curve.

Public
Bezier (float3 p0, float3 p1, float3 p2, float3 p3, Color color)

Draws a cubic bezier curve.

Public