Method AddInstances
AddInstances(params int[])
Tree instances to include from the growth process.
Declaration
public void AddInstances(params int[] instances)
Parameters
Type | Name | Description |
---|---|---|
int[] | instances | Tree instance indices |
Remarks
The asset associated with the instance must have been added beforehand.
Automatic growth must be disabled when using synchronous operation.