C# Класс Afterglow.Graphics.SourceFinder

Finds source elements in a collada mesh element.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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