Home       Comp Core Examples       Comp Projects

Marker

The Marker comp is not a seperate component actually, it is the circle component with correct setting to mark a point on the grid.

Marker comp is just Circle comp with specific settings

This comps takes following arguments

Arg Name Arg Type Explanation
x number The x-axis
y number The y-axis
color string The color of the marker
radius number The radius of the marker circle

This comp has NO "Comp Props" (props unique to this comp).

Samples

Samples

  1. Marker Example