Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Extensions.Algorithms
LSystem(TSymbol) Class
LSystem(TSymbol) Methods
Rewrite Method
Rewrite Method (IEnumerable(TSymbol))
Rewrite Method (IEnumerable(TSymbol), Int32)
LSystem
TSymbol
Rewrite Method (IEnumerable
TSymbol
)
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#
Copy
public
IEnumerable
<TSymbol>
Rewrite
(
IEnumerable
<TSymbol>
str
)
Parameters
str
Type:
System.Collections.Generic
IEnumerable
TSymbol
The string to rewrite.
Return Value
Type:
IEnumerable
TSymbol
The rewritten string.
See Also
Reference
LSystem
TSymbol
Class
Rewrite Overload
Gamelogic.Extensions.Algorithms Namespace