Function CommandBuilder2D.Bezier
Bezier
(float2 p0, float2 p1, float2 p2, float2 p3)
Draws a cubic bezier curve.
Public
Bezier
(float3 p0, float3 p1, float3 p2, float3 p3)
Draws a cubic bezier curve.
Public