ChannelBool

Inheritance diagram of rumba.ChannelBool
class ChannelBool

Bases: rumba.Value

A boolean 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 bool value. To get the actual value, use the Value::as_bool() method.

Constructors

__init__

Methods

default_channel_value() Returns the channel default value.
default_channel_value() → bool

Returns the channel default value.

Return type:bool