Class Parameter

Parameter class

The parameter. The parameter element declares parametric information regarding its parent element.

public class Parameter : ColladaElement

Constructors

NameDescription
Parameter()The default constructor.

Properties

NameDescription
Name { get; set; }Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
Semantic { get; set; }Gets or sets the semantic. The semantic attribute is the user-defined meaning of the parameter. Optional attribute.
Sid { get; set; }Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
Value { get; set; }Gets or sets the value.
ValueType { get; set; }Gets or sets the value type. The type attribute indicates the type of the value data. This text string must be understood by the application. Required attribute.

See Also