Circle


Use Circle to create a closed circle shape with a user defined radius. The spline will be made up of 4 knots

Circle Parameters

Radius

Radius of shape.

Circle Class

public class MegaShapeCircle : MegaShape
{
    public float Radius;
}

You must be logged in to post a comment.