C# 클래스 LSystem.Rule

파일 보기 프로젝트 열기: FacepunchProgrammers/coderelay-audio 1 사용 예제들

공개 메소드들

메소드 설명
MatchAndReplace ( int &start, List input, List output ) : bool
Rule ( List matchPattern, List replacementPattern ) : System.Collections.Generic

메소드 상세

MatchAndReplace() 공개 메소드

public MatchAndReplace ( int &start, List input, List output ) : bool
start int
input List
output List
리턴 bool

Rule() 공개 메소드

public Rule ( List matchPattern, List replacementPattern ) : System.Collections.Generic
matchPattern List
replacementPattern List
리턴 System.Collections.Generic