C# Class LSystem.ElementParameterNumeric

Inheritance: ElementParameter
Afficher le fichier Open project: FacepunchProgrammers/coderelay-audio

Méthodes publiques

Свойство Type Description
value int

Méthodes publiques

Méthode Description
Match ( ElementParameter param ) : bool
ParseValue ( string input ) : void
ToString ( ) : string

Method Details

Match() public méthode

public Match ( ElementParameter param ) : bool
param ElementParameter
Résultat bool

ParseValue() public méthode

public ParseValue ( string input ) : void
input string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

value public_oe property

public int value
Résultat int