@rbxts/a-plant-generator - v0.2.0
GitHub
npm
Preparing search index...
index
Bud
Interface Bud
Developmental bud attached to a node or segment.
interface
Bud
{
activationTime
?:
number
;
birthTime
:
number
;
deathTime
?:
number
;
id
:
number
;
kind
:
"apical"
|
"lateral"
|
"flower"
;
nodeId
:
number
;
resource
:
number
;
state
:
"dormant"
|
"active"
|
"dead"
|
"converted"
;
}
Index
Properties
activation
Time?
birth
Time
death
Time?
id
kind
node
Id
resource
state
Properties
Optional
Readonly
activation
Time
activationTime
?:
number
Readonly
birth
Time
birthTime
:
number
Optional
Readonly
death
Time
deathTime
?:
number
Readonly
id
id
:
number
Readonly
kind
kind
:
"apical"
|
"lateral"
|
"flower"
Readonly
node
Id
nodeId
:
number
Readonly
resource
resource
:
number
Readonly
state
state
:
"dormant"
|
"active"
|
"dead"
|
"converted"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activation
Time
birth
Time
death
Time
id
kind
node
Id
resource
state
GitHub
npm
@rbxts/a-plant-generator - v0.2.0
Loading...
Developmental bud attached to a node or segment.