⚠️ This site is under development, some artefacts may be missing or incomplete.
PIXEL UI
DrawCircleUncached

DrawCircleUncached

PIXEL.DrawCircleUncached( number x, number y, number ang, number seg, number pct, number radius )

Description

⚠️

Use of this method is recommended against and may be removed in a later version. The same functionality can be achieved by using the Arc library.

ℹ️

Only use this method where absolutely necessary, polygon construction is an expensive operation.

Creates a circle polygon with PIXEL.CreateCircle then immediately draws it.

Arguments

number x

The X coordinate of the circle's center.

number y

The Y coordinate of the circle's center.

number ang

The angle to start drawing from.

number seg

The amount of polygon segments to produce.

number pct

The angle to end drawing at. - needs validation.

number radius

The radius of the circle.