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