ChannelInt

Inheritance diagram of rumba.ChannelInt
class ChannelInt

An integer 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 int value. To get the actual value, use the Value::as_int() method.

Constructors

__init__

Value(: bool) -> None

Methods

default_channel_value()

Returns the channel default value.