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

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

공개 메소드들

메소드 설명
Load ( string path ) : XmlCoalesceAsset
ReadIncludes ( System.Xml.Linq.XElement root ) : void
ReadProperty ( System.Xml.Linq.XElement propertyElement ) : CoalesceProperty
ReadSections ( System.Xml.Linq.XElement root ) : void
XmlCoalesceAsset ( string name = "", CoalesceSections sections = default(CoalesceSections), IList includes = null ) : System

메소드 상세

Load() 공개 정적인 메소드

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

ReadIncludes() 공개 메소드

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

ReadProperty() 공개 메소드

public ReadProperty ( System.Xml.Linq.XElement propertyElement ) : CoalesceProperty
propertyElement System.Xml.Linq.XElement
리턴 CoalesceProperty

ReadSections() 공개 메소드

public ReadSections ( System.Xml.Linq.XElement root ) : void
root System.Xml.Linq.XElement
리턴 void

XmlCoalesceAsset() 공개 메소드

public XmlCoalesceAsset ( string name = "", CoalesceSections sections = default(CoalesceSections), IList includes = null ) : System
name string
sections CoalesceSections
includes IList
리턴 System