Class InputLocal
The input local. The input_local_type element is used to represent inputs that can only reference resources declared in the same document.
public class InputLocal : ColladaElement
Constructors
Name | Description |
---|
InputLocal() | The default constructor. |
Properties
Name | Description |
---|
Semantic { get; set; } | Gets or sets the semantic. The semantic attribute is the user-defined meaning of the input connection. Required attribute. |
Source { get; set; } | Gets or sets the source. The source attribute indicates the location of the data source. Required attribute. |
See Also