@rbxts/a-plant-generator - v0.2.0
    Preparing search index...

    Interface PartPlantRendererOptions

    Part renderer configuration; parent is always explicit.

    interface PartPlantRendererOptions {
        anchored?: boolean;
        branchColor?: Color3;
        branchMaterial?: Material;
        canCollide?: boolean;
        flowerColor?: Color3;
        leafColor?: Color3;
        maxInstances?: number;
        name?: string;
        organFactory?: PartOrganFactory;
        organMaterial?: Material;
        parent: Instance;
    }
    Index
    anchored?: boolean
    branchColor?: Color3
    branchMaterial?: Material
    canCollide?: boolean
    flowerColor?: Color3
    leafColor?: Color3
    maxInstances?: number
    name?: string
    organFactory?: PartOrganFactory
    organMaterial?: Material
    parent: Instance