C# 클래스 LSystem.ElementParameterNumeric

상속: ElementParameter
파일 보기 프로젝트 열기: FacepunchProgrammers/coderelay-audio

공개 프로퍼티들

프로퍼티 타입 설명
value int

공개 메소드들

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

메소드 상세

Match() 공개 메소드

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

ParseValue() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

value 공개적으로 프로퍼티

public int value
리턴 int