@rbxts/a-plant-generator - v0.2.0
GitHub
npm
Preparing search index...
index
InflorescenceAttachment
Interface InflorescenceAttachment
Flower or branch attachment in an inflorescence.
interface
InflorescenceAttachment
{
birthTime
:
number
;
id
:
number
;
kind
:
"flower"
|
"pedicel"
|
"branch"
;
maturationDuration
:
number
;
terminal
:
boolean
;
transform
:
Transform3
;
}
Index
Properties
birth
Time
id
kind
maturation
Duration
terminal
transform
Properties
Readonly
birth
Time
birthTime
:
number
Readonly
id
id
:
number
Readonly
kind
kind
:
"flower"
|
"pedicel"
|
"branch"
Readonly
maturation
Duration
maturationDuration
:
number
Readonly
terminal
terminal
:
boolean
Readonly
transform
transform
:
Transform3
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
birth
Time
id
kind
maturation
Duration
terminal
transform
GitHub
npm
@rbxts/a-plant-generator - v0.2.0
Loading...
Flower or branch attachment in an inflorescence.