Class Bind
Bind class
The bind. The bind element binds values to effect parameters upon instantiation.
public class Bind : ColladaElement
Constructors
Name | Description |
---|
Bind() | The default constructor. |
Properties
Name | Description |
---|
Semantic { get; set; } | Gets or sets the semantic. The semantic attribute specifies which effect parameter to bind. |
Target { get; set; } | Gets or sets the target. The target attribute specifies the location of the value to bind to the specified semantic. This text string is a path-name following a simple syntax described in the “Addressing Syntax” section. |
See Also