C# Class ParameterList, ecicomposer

Inheritance: baseNode
Show file Open project: nkrishnaswamy/ecicomposer Class Usage Examples

Public Properties

Property Type Description
availableParams List>.Dictionary
bgRect Rect,
customSkin GUISkin
exportRect Rect,
listItems string[]

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

availableParams public property

public Dictionary> availableParams
return List>.Dictionary

bgRect public property

public Rect, bgRect
return Rect,

customSkin public property

public GUISkin customSkin
return GUISkin

exportRect public property

public Rect, exportRect
return Rect,

listItems public property

public string[] listItems
return string[]