@xnv/akashic-scrollable
    Preparing search index...

    Function drawCircle

    • Draw a circle. Since Akashic Engine does not provide the means to draw a circle, this function draws a rough circle by 1-pixel lines.

      円を描画する。 Akashic Engine は円の描画をサポートしていないため、この関数は1ピクセルの線でラフな円を描く。

      Parameters

      • rendr: Renderer

        Renderer. レンダラ。

      • centerX: number

        The x position of the center. 中心のX座標。

      • centerY: number

        The y position of the center. 中心のY座標。

      • radius: number

        The radius. 半径。

      • cssColor: string

        The color to be drawn. 色。

      Returns void