Effect class
Effect class
The effect. A self contained description of a SHADER effect.
Inheritance: Effect
→
ColladaElement
The Effect type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of Effect |
Properties
Property | Description |
---|---|
asset | Gets or sets the asset. The effect element may contain an asset element. |
annotate | Gets or sets the annotate. The annotate element allows you to specify an annotation on this effect. |
new_parameter | Gets or sets the new parameter. The new parameter element allows you to create new effect parameters which can be shared by multiple profiles. |
profile_common | Gets or sets the profile common. |
profile_bridge | Gets or sets the profile bridge. |
extra | Gets or sets the extra. The extra element may appear any number of times. |
id | 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. |
name | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements
- class
ColladaElement
- class
Effect