C# Class ScrollButtonStatsDisplay, UnderworldExporter

Inheritance: Scrollbutton
Show file Open project: hankmorgan/UnderworldExporter

Public Properties

Property Type Description
MaxScrollValue int
MinScrollValue int
ScrollValue int
stepSize int

Public Methods

Method Description
OnClick ( ) : void

Private Methods

Method Description
Update ( ) : void

Method Details

OnClick() public method

public OnClick ( ) : void
return void

Property Details

MaxScrollValue public property

public int MaxScrollValue
return int

MinScrollValue public property

public int MinScrollValue
return int

ScrollValue public static property

public static int ScrollValue
return int

stepSize public property

public int stepSize
return int