메소드 | 설명 | |
---|---|---|
Import ( string path ) : OOLaboratories.Proprietary.ValveMapFormat2006.VmfWorld |
Imports the specified Valve Map Format file.
|
메소드 | 설명 | |
---|---|---|
TryParseFloatRow ( string line, string &key, List &floats ) : bool |
Tries the parse displacement float rows.
|
|
TryParseVectorRow ( string line, string &key, List &vectors ) : bool |
Tries the parse displacement vector rows.
|
|
TryParsekeyValue ( string line, string &key, object &value ) : bool |
Tries to parse a key value line.
|
public Import ( string path ) : OOLaboratories.Proprietary.ValveMapFormat2006.VmfWorld | ||
path | string | The file path. |
리턴 | OOLaboratories.Proprietary.ValveMapFormat2006.VmfWorld |