C# 클래스 Afterglow.Graphics.SourceFinder

Finds source elements in a collada mesh element.
파일 보기 프로젝트 열기: Christof/afterglow 1 사용 예제들

공개 메소드들

메소드 설명
FindSource ( string reference ) : System.Xml.Linq.XElement

Finds the source for the given reference.

SourceFinder ( System.Xml.Linq.XElement meshElement ) : System.Collections.Generic

Initializes a new instance of the SourceFinder class.

비공개 메소드들

메소드 설명
FindSources ( string reference ) : IEnumerable

메소드 상세

FindSource() 공개 메소드

Finds the source for the given reference.
public FindSource ( string reference ) : System.Xml.Linq.XElement
reference string The reference.
리턴 System.Xml.Linq.XElement

SourceFinder() 공개 메소드

Initializes a new instance of the SourceFinder class.
public SourceFinder ( System.Xml.Linq.XElement meshElement ) : System.Collections.Generic
meshElement System.Xml.Linq.XElement The mesh element.
리턴 System.Collections.Generic