webani - v1.0.0
    Preparing search index...

    Type Alias CircleComponentOptions

    Options for creating a circle component.

    type CircleComponentOptions = {
        center: Vector2;
        material?: WebaniMaterialOptions;
        radius: number;
    }
    Index

    Properties

    center: Vector2

    The center of the circle in 2D space.

    Optional material properties to style the circle.

    radius: number

    The radius of the circle.