C# Class ThreejsDemo.ListMaker

Mostrar archivo Open project: guidovanhilst/SharpThreejs Class Usage Examples

Public Properties

Property Type Description
List Bridge.jQuery2.jQuery

Public Methods

Method Description
AddListItem ( string text, Action clickHandler, object tag ) : Bridge.jQuery2.jQuery
ListMaker ( ) : System

Private Methods

Method Description
MakeList ( ) : Bridge.jQuery2.jQuery

Method Details

AddListItem() public method

public AddListItem ( string text, Action clickHandler, object tag ) : Bridge.jQuery2.jQuery
text string
clickHandler Action
tag object
return Bridge.jQuery2.jQuery

ListMaker() public method

public ListMaker ( ) : System
return System

Property Details

List public_oe property

public jQuery,Bridge.jQuery2 List
return Bridge.jQuery2.jQuery