Click or drag to resize

LSystemTSymbol Constructor (IEqualityComparerTSymbol)

Constructs a new empty L-System that will use the given comparer to compare symbols.

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public LSystem(
	IEqualityComparer<TSymbol> comparer
)

Parameters

comparer
Type: System.Collections.GenericIEqualityComparerTSymbol
The comprarer to use to compare symbols.
See Also