ChannelFloat¶

-
class
ChannelFloat¶ Bases:
rumba.ValueA float value with a default value.
This type is used in the animation network to propagate a channel value with its default channel value. The value is a standard float value. To get the actual value, use the Value::as_float() method.
Constructors
__init__Methods
default_channel_value()Returns the channel default value. -
default_channel_value() → float¶ Returns the channel default value.
Return type: float
-