C# Class Reversi.ReversiMainForm.Option

オプション設定値
Show file Open project: ufcpp/UfcppSample Class Usage Examples

Public Properties

Property Type Description
board_height int
board_width int
max_lookahead int

Property Details

board_height public property

public int board_height
return int

board_width public property

public int board_width
return int

max_lookahead public property

public int max_lookahead
return int