Appearance
types.world_flat_circle_drawable
A drawable 3D flat circle
Functions
center(x : number, y : number, z : number): types.world_flat_circle_drawable
Sets the center position
- x (
number) The x position - y (
number) The y position - z (
number) The z position
radius(radius : number): types.world_flat_circle_drawable
Sets the radius
- radius (
number) The radius
segments(segments : number): types.world_flat_circle_drawable
Sets the number of segments
- segments (
number) The number of segments
fill_color(color : types.color): types.world_flat_circle_drawable
Sets the fill color
- color (
types.color) The fill color
outline_color(color : types.color): types.world_flat_circle_drawable
Sets the outline color
- color (
types.color) The outline color
insert(canvas : types.world_canvas)
Inserts the drawable into a world canvas
- canvas (
types.world_canvas) The world canvas to insert into
