@rbxts/a-plant-generator - v0.2.0
GitHub
npm
Preparing search index...
index
BranchGraph
Interface BranchGraph
Complete renderer-independent plant topology.
interface
BranchGraph
{
attachments
:
readonly
OrganAttachment
[]
;
axes
:
readonly
PlantAxis
[]
;
bounds
:
Bounds3
;
buds
:
readonly
Bud
[]
;
nodes
:
readonly
BranchNode
[]
;
segments
:
readonly
BranchSegment
[]
;
}
Index
Properties
attachments
axes
bounds
buds
nodes
segments
Properties
Readonly
attachments
attachments
:
readonly
OrganAttachment
[]
Readonly
axes
axes
:
readonly
PlantAxis
[]
Readonly
bounds
bounds
:
Bounds3
Readonly
buds
buds
:
readonly
Bud
[]
Readonly
nodes
nodes
:
readonly
BranchNode
[]
Readonly
segments
segments
:
readonly
BranchSegment
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachments
axes
bounds
buds
nodes
segments
GitHub
npm
@rbxts/a-plant-generator - v0.2.0
Loading...
Complete renderer-independent plant topology.