Click or drag to resize

PlantGenerator Constructor

Initializes a new instance of the PlantGenerator class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PlantGenerator(
	PlantType plantType,
	int seed,
	double age,
	int lod,
	Transform worldTransform,
	MeshCompiledData writeToCompiledData,
	Mesh writeToMesh
)

Parameters

plantType  PlantType
 
seed  Int32
 
age  Double
 
lod  Int32
 
worldTransform  Transform
 
writeToCompiledData  MeshCompiledData
 
writeToMesh  Mesh
 
See Also