C# Class PluginExample.CurvyList

ファイルを表示 Open project: andburn/hdt-plugin-example Class Usage Examples

Public Methods

Method Description
CurvyList ( ) : System.Collections.Generic
Hide ( ) : void
Show ( ) : void
Update ( List cards ) : void
UpdatePosition ( ) : void

Method Details

CurvyList() public method

public CurvyList ( ) : System.Collections.Generic
return System.Collections.Generic

Hide() public method

public Hide ( ) : void
return void

Show() public method

public Show ( ) : void
return void

Update() public method

public Update ( List cards ) : void
cards List
return void

UpdatePosition() public method

public UpdatePosition ( ) : void
return void