Class TargetableFloat
TargetableFloat class
The targetable float. The targetable_float_type element is used to represent elements which contain a single float value which can be targeted for animation.
public class TargetableFloat
Constructors
Properties
| Name | Description |
|---|
| 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 as text. |
See Also