Class TechniqueOverride
Contents
[
Hide
]TechniqueOverride class
The technique override. Target specific techniques and passes inside a material rather than having to split the effects techniques and passes into multiple effects.
public class TechniqueOverride : ColladaElement
Constructors
Name | Description |
---|---|
TechniqueOverride() | The default constructor. |
Properties
Name | Description |
---|---|
Pass { get; set; } | Gets or sets the pass. The pass attribute is optional and specifies the SID of one pass to execute. If not specified (or empty), then all of the technique’s passes are used. |
Reference { get; set; } | Gets or sets the reference. The reference attribute is required and specifies the SID of a technique. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD