Click or drag to resize

PlantGeneratorCreateElementBowl Method

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public PlantGeneratorElement CreateElementBowl(
	PlantGeneratorElement parent,
	PlantMaterial material,
	Transform startTransform,
	double length,
	double width,
	double maturity
)

Parameters

parent
Type: NeoAxisPlantGeneratorElement
material
Type: NeoAxisPlantMaterial
startTransform
Type: NeoAxisTransform
length
Type: SystemDouble
width
Type: SystemDouble
maturity
Type: SystemDouble

Return Value

Type: PlantGeneratorElement
See Also