C# Class Afterglow.Graphics.SourceFinder

Finds source elements in a collada mesh element.
Exibir arquivo Open project: Christof/afterglow Class Usage Examples

Public Methods

Method 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

Method Description
FindSources ( string reference ) : IEnumerable

Method Details

FindSource() public method

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

SourceFinder() public method

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.
return System.Collections.Generic