Class ProfileCommonTechnique
Contents
[
Hide
]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
| Name | Description |
|---|---|
| ProfileCommonTechnique() | The default constructor. |
Properties
| Name | Description |
|---|---|
| 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
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD