C# 클래스 MassEffect3.Coalesce.Xml.XmlCoalesceFile

상속: CoalesceFile
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
Load ( string path ) : XmlCoalesceFile
ReadAssets ( System.Xml.Linq.XDocument doc ) : void
ReadAssets ( System.Xml.Linq.XElement element ) : void
ReadIncludes ( System.Xml.Linq.XDocument doc ) : void
ReadIncludes ( System.Xml.Linq.XElement element ) : void
ReadSettings ( System.Xml.Linq.XDocument doc ) : void
ReadSettings ( System.Xml.Linq.XElement element ) : void
Save ( string path ) : void
XmlCoalesceFile ( string source = "", string name = "", string id = "", IList assets = null, CoalesceSettings settings = null, IList includes = null, ByteOrder byteOrder = ByteOrder.LittleEndian ) : System

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string path ) : XmlCoalesceFile
path string
리턴 XmlCoalesceFile

ReadAssets() 공개 메소드

public ReadAssets ( System.Xml.Linq.XDocument doc ) : void
doc System.Xml.Linq.XDocument
리턴 void

ReadAssets() 공개 메소드

public ReadAssets ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
리턴 void

ReadIncludes() 공개 메소드

public ReadIncludes ( System.Xml.Linq.XDocument doc ) : void
doc System.Xml.Linq.XDocument
리턴 void

ReadIncludes() 공개 메소드

public ReadIncludes ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
리턴 void

ReadSettings() 공개 메소드

public ReadSettings ( System.Xml.Linq.XDocument doc ) : void
doc System.Xml.Linq.XDocument
리턴 void

ReadSettings() 공개 메소드

public ReadSettings ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
리턴 void

Save() 공개 메소드

public Save ( string path ) : void
path string
리턴 void

XmlCoalesceFile() 공개 메소드

public XmlCoalesceFile ( string source = "", string name = "", string id = "", IList assets = null, CoalesceSettings settings = null, IList includes = null, ByteOrder byteOrder = ByteOrder.LittleEndian ) : System
source string
name string
id string
assets IList
settings CoalesceSettings
includes IList
byteOrder ByteOrder
리턴 System