Class ProfileCommonTechnique

ProfileCommonTechnique class

The profile common technique. Holds a description of the textures, samplers, SHADERS, parameters, and passes necessary for rendering this effect using one method.

public class ProfileCommonTechnique : ColladaElement

Constructors

NameDescription
ProfileCommonTechnique()The default constructor.

Properties

NameDescription
Asset { get; set; }Gets or sets the asset. The technique element may contain an asset 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.
Item { get; set; }Gets or sets the item.
Sid { get; set; }Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.

See Also