Class LibraryEffects

LibraryEffects class

The library effects. The library_effects element declares a module of effect elements.

public class LibraryEffects : ColladaElement

Constructors

NameDescription
LibraryEffects()The default constructor.

Properties

NameDescription
Asset { get; set; }Gets or sets the asset. The library_effects element may contain an asset element
Effect { get; set; }Gets or sets the effect. There must be at least one effect element.
Extra { get; set; }Gets or sets the extra. The extra element may appear any number of times.
Id { get; set; }Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
Name { get; set; }Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.

See Also