C# Class ScrollButtonStatsDisplay, UnderworldExporter

Inheritance: Scrollbutton
Mostrar archivo 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_oe property

public int MaxScrollValue
return int

MinScrollValue public_oe property

public int MinScrollValue
return int

ScrollValue public_oe static_oe property

public static int ScrollValue
return int

stepSize public_oe property

public int stepSize
return int