Class Technique

Technique class

The technique. The technique element declares the information used to process some portion of the content. Each technique conforms to an associated profile.Techniques generally act as a “switch”. If more than one is present for a particular portion of content, on import, one or the other is picked, but usually not both. Selection should be based on which profile the importing application can support. Techniques contain application data and programs, making them assets that can be managed as a unit.

public class Technique : ColladaElement

Constructors

NameDescription
Technique()The default constructor.

Properties

NameDescription
Any { get; set; }Gets or sets the any elements.
Profile { get; set; }Gets or sets the profile. The profile attribute indicates the type of profile. This is a vendor defined character string that indicates the platform or capability target for the technique. Required attribute.

See Also