Class FxCommonFloatOrParameterFloat

FxCommonFloatOrParameterFloat class

The FX common float or parameter float. The value is represented by a literal floating-point scalar.

public class FxCommonFloatOrParameterFloat : ColladaElement

Constructors

NameDescription
FxCommonFloatOrParameterFloat()The default constructor.

Properties

NameDescription
Sid { get; set; }Gets or sets the sid. The sid attribute is optional.
Value { get; set; }Gets or sets the value as text.

See Also