Class InputLocal

InputLocal class

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

NameDescription
InputLocal()The default constructor.

Properties

NameDescription
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