C# Class AsciiWheel, Mathius_DOE

Mostra file Open project: RandomNPC/Mathius_DOE Class Usage Examples

Public Methods

Method Description
AsciiWheel ( ) : System.Collections
get_val ( ) : char
next ( ) : void
prev ( ) : void
reset_val ( ) : void

Method Details

AsciiWheel() public method

public AsciiWheel ( ) : System.Collections
return System.Collections

get_val() public method

public get_val ( ) : char
return char

next() public method

public next ( ) : void
return void

prev() public method

public prev ( ) : void
return void

reset_val() public method

public reset_val ( ) : void
return void