Method Open
Open(string, bool, bool)
선언
public static BuildLayout Open(string path, bool readHeader = true, bool readFullFile = false)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string | path | Path to the BuildLayout json file on disk |
| bool | readHeader | If the basic header information should be read |
| bool | readFullFile | If the full build layout should be read |
반환
| 타입 | 설명 |
|---|---|
| BuildLayout |