C# Class LSystem.ElementParameter

Mostrar archivo Open project: FacepunchProgrammers/coderelay-audio Class Usage Examples

Public Methods

Method Description
Match ( ElementParameter param ) : bool
ParseValue ( string input ) : void

Method Details

Match() public abstract method

public abstract Match ( ElementParameter param ) : bool
param ElementParameter
return bool

ParseValue() public abstract method

public abstract ParseValue ( string input ) : void
input string
return void