Intersecting_Circles/intersecting-circles-modifiers/modifiers/circle/circle.modifier.lx

12 lines
371 B
Text
Raw Normal View History

2021-12-14 11:52:41 +00:00
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 }
]
}
}