C# 클래스 OOLaboratories.Proprietary.ValveMapFormat2006.VmfImporter

Importer for Valve Map Format (*.vmf) format.
Created by Henry de Jongh for SabreCSG.
파일 보기 프로젝트 열기: Henry00IS/CSharp

공개 메소드들

메소드 설명
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.

메소드 상세

Import() 공개 메소드

Imports the specified Valve Map Format file.
public Import ( string path ) : OOLaboratories.Proprietary.ValveMapFormat2006.VmfWorld
path string The file path.
리턴 OOLaboratories.Proprietary.ValveMapFormat2006.VmfWorld