C# Class Afterglow.Graphics.SourceFinder

Finds source elements in a collada mesh element.
Afficher le fichier Open project: Christof/afterglow Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
FindSources ( string reference ) : IEnumerable

Method Details

FindSource() public méthode

Finds the source for the given reference.
public FindSource ( string reference ) : System.Xml.Linq.XElement
reference string The reference.
Résultat System.Xml.Linq.XElement

SourceFinder() public méthode

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.
Résultat System.Collections.Generic