@rbxts/a-plant-generator - v0.2.0
GitHub
npm
Preparing search index...
index
InflorescenceSpec
Interface InflorescenceSpec
Inflorescence construction options.
interface
InflorescenceSpec
{
birthInterval
?:
number
;
count
:
number
;
divergenceAngle
?:
number
;
kind
:
InflorescenceKind
;
length
?:
number
;
maturationDuration
?:
number
;
radius
?:
number
;
terminalFlower
?:
boolean
;
}
Index
Properties
birth
Interval?
count
divergence
Angle?
kind
length?
maturation
Duration?
radius?
terminal
Flower?
Properties
Optional
Readonly
birth
Interval
birthInterval
?:
number
Readonly
count
count
:
number
Optional
Readonly
divergence
Angle
divergenceAngle
?:
number
Readonly
kind
kind
:
InflorescenceKind
Optional
Readonly
length
length
?:
number
Optional
Readonly
maturation
Duration
maturationDuration
?:
number
Optional
Readonly
radius
radius
?:
number
Optional
Readonly
terminal
Flower
terminalFlower
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
birth
Interval
count
divergence
Angle
kind
length
maturation
Duration
radius
terminal
Flower
GitHub
npm
@rbxts/a-plant-generator - v0.2.0
Loading...
Inflorescence construction options.