Table of Contents

Class GridLSystem<TPoint, TSymbol>.DefaultStringSymbols

Namespace
Gamelogic.Grids.Examples
Assembly
Assembly-CSharp.dll
public static class GridLSystem<TPoint, TSymbol>.DefaultStringSymbols
Inheritance
GridLSystem<TPoint, TSymbol>.DefaultStringSymbols
Inherited Members

Fields

Forward

public const char Forward = 'F'

Field Value

char

Left

public const char Left = '-'

Field Value

char

Pop

public const char Pop = ']'

Field Value

char

Push

public const char Push = '['

Field Value

char

Right

public const char Right = '+'

Field Value

char