Click or drag to resize

LSystemTSymbolRewrite Method (IEnumerableTSymbol)

Rewrites a string using the rewrite rules.

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IEnumerable<TSymbol> Rewrite(
	IEnumerable<TSymbol> str
)

Parameters

str
Type: System.Collections.GenericIEnumerableTSymbol
The string to rewrite.

Return Value

Type: IEnumerableTSymbol
The rewritten string.
See Also