C# Class LSystem.Rule

Afficher le fichier Open project: FacepunchProgrammers/coderelay-audio Class Usage Examples

Méthodes publiques

Méthode Description
MatchAndReplace ( int &start, List input, List output ) : bool
Rule ( List matchPattern, List replacementPattern ) : System.Collections.Generic

Method Details

MatchAndReplace() public méthode

public MatchAndReplace ( int &start, List input, List output ) : bool
start int
input List
output List
Résultat bool

Rule() public méthode

public Rule ( List matchPattern, List replacementPattern ) : System.Collections.Generic
matchPattern List
replacementPattern List
Résultat System.Collections.Generic