Math3D Full Project API
Preparing search index...
renderer/src/geometry/proceduralObjects
GeometryParamDef
Type Alias GeometryParamDef
type
GeometryParamDef
=
{
id
:
string
;
kind
:
"number"
|
"toggle"
|
"select"
;
label
:
string
;
max
?:
number
;
min
?:
number
;
options
?:
{
label
:
string
;
value
:
string
}
[]
;
step
?:
number
;
}
Index
Properties
id
kind
label
max?
min?
options?
step?
Properties
id
id
:
string
kind
kind
:
"number"
|
"toggle"
|
"select"
label
label
:
string
Optional
max
max
?:
number
Optional
min
min
?:
number
Optional
options
options
?:
{
label
:
string
;
value
:
string
}
[]
Optional
step
step
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
kind
label
max
min
options
step
Math3D Full Project API
Loading...