@rbxts/a-plant-generator - v0.2.0
GitHub
npm
Preparing search index...
index
BranchNode
Interface BranchNode
Point shared by one or more branch segments.
interface
BranchNode
{
birthTime
:
number
;
deathTime
?:
number
;
id
:
number
;
incomingSegmentId
?:
number
;
outgoingSegmentIds
:
readonly
number
[]
;
position
:
Vec3
;
}
Index
Properties
birth
Time
death
Time?
id
incoming
Segment
Id?
outgoing
Segment
Ids
position
Properties
Readonly
birth
Time
birthTime
:
number
Optional
Readonly
death
Time
deathTime
?:
number
Readonly
id
id
:
number
Optional
Readonly
incoming
Segment
Id
incomingSegmentId
?:
number
Readonly
outgoing
Segment
Ids
outgoingSegmentIds
:
readonly
number
[]
Readonly
position
position
:
Vec3
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
birth
Time
death
Time
id
incoming
Segment
Id
outgoing
Segment
Ids
position
GitHub
npm
@rbxts/a-plant-generator - v0.2.0
Loading...
Point shared by one or more branch segments.