Technique class

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.

Inheritance: TechniqueColladaElement

The Technique type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of Technique

Properties

PropertyDescription
profileGets 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