C# 클래스 Input, fc-solve

상속: MonoBehaviour
파일 보기 프로젝트 열기: shlomif/fc-solve 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
blacklist List
data_dir string
num_boards int
scans List
scans_arr InputScan[],
scans_data ].int[
start_board int

공개 메소드들

메소드 설명
FormatQuota ( Quota_Allocation, quota_a ) : string
Input ( int new_start_board, int new_num_boards ) : System
data_file_path ( string basename ) : string
read_data ( ) : void
read_scan_black_list ( ) : void
read_scans_file ( ) : void

보호된 메소드들

메소드 설명
calc_scan_array ( ) : void

메소드 상세

FormatQuota() 공개 메소드

public FormatQuota ( Quota_Allocation, quota_a ) : string
quota_a Quota_Allocation,
리턴 string

Input() 공개 메소드

public Input ( int new_start_board, int new_num_boards ) : System
new_start_board int
new_num_boards int
리턴 System

calc_scan_array() 보호된 메소드

protected calc_scan_array ( ) : void
리턴 void

data_file_path() 공개 메소드

public data_file_path ( string basename ) : string
basename string
리턴 string

read_data() 공개 메소드

public read_data ( ) : void
리턴 void

read_scan_black_list() 공개 메소드

public read_scan_black_list ( ) : void
리턴 void

read_scans_file() 공개 메소드

public read_scans_file ( ) : void
리턴 void

프로퍼티 상세

blacklist 공개적으로 프로퍼티

public List blacklist
리턴 List

data_dir 공개적으로 프로퍼티

public string data_dir
리턴 string

num_boards 공개적으로 프로퍼티

public int num_boards
리턴 int

scans 공개적으로 프로퍼티

public List scans
리턴 List

scans_arr 공개적으로 프로퍼티

public InputScan[], scans_arr
리턴 InputScan[],

scans_data 공개적으로 프로퍼티

public int[,] scans_data
리턴 ].int[

start_board 공개적으로 프로퍼티

public int start_board
리턴 int