Class BindVertexInput
Contents
[
Hide
]BindVertexInput class
The bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation.
public class BindVertexInput : ColladaElement
Constructors
| Name | Description |
|---|---|
| BindVertexInput() | The default constructor. |
Properties
| Name | Description |
|---|---|
| InputSemantic { get; set; } | Gets or sets the input semantic. The input_semantic attribute specifies which input semantic to bind. |
| InputSet { get; set; } | Gets or sets the input set. The input_set attribute specifies which input set to bind. |
| InputSetSpecified { get; set; } | Gets or sets a value indicating whether input set is specified. |
| Semantic { get; set; } | Gets or sets the semantic. The semantic attribute specifies which effect parameter to bind. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD