C# Class HighlightModel.BeginScrollingInfo

Information about the scrolling device's configuration & state. Contains the time interval between two scrolling beats and the element that was previously scrolled on
显示文件 Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
BeginScrollingInfo ( double tickInterval, IHighlightableElement previousElement ) : System

Method Details

BeginScrollingInfo() public method

public BeginScrollingInfo ( double tickInterval, IHighlightableElement previousElement ) : System
tickInterval double
previousElement IHighlightableElement
return System