C# Class LSystem.Element

显示文件 Open project: FacepunchProgrammers/coderelay-audio Class Usage Examples

Public Properties

Property Type Description
id string
parameters LSystem.ElementParameter[]

Public Methods

Method Description
Element ( string id ) : System

Method Details

Element() public method

public Element ( string id ) : System
id string
return System

Property Details

id public_oe property

public string id
return string

parameters public_oe property

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