Table of Contents

Method RemoveTreeInstances

Namespace
Pinwheel.Griffin
Assembly
Pinwheel.Polaris.Runtime.dll

RemoveTreeInstances(Predicate<GTreeInstance>)

Erase tree instances that match a condition.

public void RemoveTreeInstances(Predicate<GTreeInstance> condition)

Parameters

condition Predicate<GTreeInstance>

The condition to apply. An instances will be erased if condition returns true.