public class Technique extends ColladaElement
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.
Constructor and Description |
---|
Technique() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Xml.XmlElement[] |
getAny()
Gets or sets the any elements.
|
String |
getProfile()
Gets or sets the profile.
|
void |
setAny(com.aspose.ms.System.Xml.XmlElement[] value)
Gets or sets the any elements.
|
void |
setProfile(String value)
Gets or sets the profile.
|
public final String getProfile()
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.
public final void setProfile(String value)
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.
public final com.aspose.ms.System.Xml.XmlElement[] getAny()
Gets or sets the any elements.
public final void setAny(com.aspose.ms.System.Xml.XmlElement[] value)
Gets or sets the any elements.