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

[cc lang=”c#”]public class MegaShapeCircle : MegaShape
{
public float Radius;
}[/cc]

You must be logged in to post a comment.