Intersecting_Circles/intersecting-circles-modifiers/modifiers/circle/circle.modifier.lx
2021-12-14 12:52:41 +01:00

12 lines
No EOL
371 B
Text

modifier = {
script = "modifiers/cirle/circle"
description = "Intersecting circle modifier."
field = "circle"
display = "Circle" //the display in the editor
class = "Circle" //The code generated name for the modifier API
block = { //The data for the modifier
fields = [
{ name="radius" type="number" default=10 }
]
}
}