C# Class LSystem.MatchElement

Exibir arquivo Open project: FacepunchProgrammers/coderelay-audio Class Usage Examples

Public Properties

Property Type Description
id string
parameters LSystem.MatchParameter[]

Public Methods

Method Description
Match ( Element input, ElementParameter>.Dictionary variables ) : bool
MatchElement ( string id ) : System.Collections.Generic

Method Details

Match() public method

public Match ( Element input, ElementParameter>.Dictionary variables ) : bool
input Element
variables ElementParameter>.Dictionary
return bool

MatchElement() public method

public MatchElement ( string id ) : System.Collections.Generic
id string
return System.Collections.Generic

Property Details

id public_oe property

public string id
return string

parameters public_oe property

public MatchParameter[],LSystem parameters
return LSystem.MatchParameter[]