C# Class ParameterList, ecicomposer

Inheritance: baseNode
显示文件 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_oe property

public Dictionary> availableParams
return List>.Dictionary

bgRect public_oe property

public Rect, bgRect
return Rect,

customSkin public_oe property

public GUISkin customSkin
return GUISkin

exportRect public_oe property

public Rect, exportRect
return Rect,

listItems public_oe property

public string[] listItems
return string[]