C# 클래스 LSystem.ElementParameter

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

공개 메소드들

메소드 설명
Match ( ElementParameter param ) : bool
ParseValue ( string input ) : void

메소드 상세

Match() 공개 추상적인 메소드

public abstract Match ( ElementParameter param ) : bool
param ElementParameter
리턴 bool

ParseValue() 공개 추상적인 메소드

public abstract ParseValue ( string input ) : void
input string
리턴 void