Class Source

Source class

The source. The source element declares a data repository that provides values according to the semantics of an input element that refers to it.

public class Source : ColladaElement

Constructors

NameDescription
Source()The default constructor.

Properties

NameDescription
Asset { get; set; }Gets or sets the asset.
Id { get; set; }Gets or sets the id.
Item { get; set; }Gets or sets the source item.
Name { get; set; }Gets or sets the name.
Technique { get; set; }Gets or sets the technique. This element may contain any number of non-common profile techniques.
TechniqueCommon { get; set; }Gets or sets the technique common. The technique common specifies the common method for accessing this source element’s data.

See Also